Class: Quickfix::OwnershipType

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

Instance Method Summary collapse

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