Class: Quickfix::TradingUnitPeriodMultiplier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradingUnitPeriodMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingUnitPeriodMultiplier
constructor
A new instance of TradingUnitPeriodMultiplier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradingUnitPeriodMultiplier
Returns a new instance of TradingUnitPeriodMultiplier.
57050 57051 57052 57053 57054 57055 57056 |
# File 'lib/quickfix_fields.rb', line 57050 def initialize(data = nil) if( data == nil ) super(2353) else super(2353, data) end end |
Class Method Details
.field ⇒ Object
57047 57048 57049 |
# File 'lib/quickfix_fields.rb', line 57047 def TradingUnitPeriodMultiplier.field return 2353 end |