Class: Quickfix::LegIndividualAllocID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegIndividualAllocID

Returns a new instance of LegIndividualAllocID.



6987
6988
6989
6990
6991
6992
6993
# File 'lib/quickfix_fields.rb', line 6987

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

Class Method Details

.fieldObject



6984
6985
6986
# File 'lib/quickfix_fields.rb', line 6984

def LegIndividualAllocID.field
	return 672
end