Class: Quickfix::UnderlyingTradingUnitPeriodMultiplier

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) ⇒ UnderlyingTradingUnitPeriodMultiplier

Returns a new instance of 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

Class Method Details

.fieldObject



57177
57178
57179
# File 'lib/quickfix_fields.rb', line 57177

def UnderlyingTradingUnitPeriodMultiplier.field
  return 2363
end