Class: Quickfix::IndividualAllocID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IndividualAllocID



6467
6468
6469
6470
6471
6472
6473
# File 'lib/quickfix_fields.rb', line 6467

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