Class: Quickfix::LegIndividualAllocID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegIndividualAllocID

Returns a new instance of LegIndividualAllocID.



9262
9263
9264
9265
9266
9267
9268
# File 'lib/quickfix_fields.rb', line 9262

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