Class: Quickfix::LegReturnRateInformationSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateInformationSource

Returns a new instance of LegReturnRateInformationSource.



67996
67997
67998
67999
68000
68001
68002
# File 'lib/quickfix_fields.rb', line 67996

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