Class: Quickfix::OwnershipType

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OwnershipType

Returns a new instance of OwnershipType.



7104
7105
7106
7107
7108
7109
7110
# File 'lib/quickfix_fields.rb', line 7104

def initialize(data = nil)
  if( data == nil )
    super(517)
  else
    super(517, data)
  end
end

Class Method Details

.fieldObject



7101
7102
7103
# File 'lib/quickfix_fields.rb', line 7101

def OwnershipType.field
  return 517
end