Class: Quickfix::LegTradingUnitPeriodMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



57060
57061
57062
# File 'lib/quickfix_fields.rb', line 57060

def LegTradingUnitPeriodMultiplier.field
	return 2354
end