Class: Quickfix::UnderlyingTradingUnitPeriodMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingTradingUnitPeriodMultiplier



57180
57181
57182
57183
57184
57185
57186
# File 'lib/quickfix_fields.rb', line 57180

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