Class: Quickfix::LegTradingUnitPeriodMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegTradingUnitPeriodMultiplier

Returns a new instance of LegTradingUnitPeriodMultiplier.



57063
57064
57065
57066
57067
57068
57069
# File 'lib/quickfix_fields.rb', line 57063

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