Class: Quickfix::ComplexEventStrikeFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexEventStrikeFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStrikeFactor
constructor
A new instance of ComplexEventStrikeFactor.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStrikeFactor
Returns a new instance of ComplexEventStrikeFactor.
41359 41360 41361 41362 41363 41364 41365 |
# File 'lib/quickfix_fields.rb', line 41359 def initialize(data = nil) if( data == nil ) super(2131) else super(2131, data) end end |
Class Method Details
.field ⇒ Object
41356 41357 41358 |
# File 'lib/quickfix_fields.rb', line 41356 def ComplexEventStrikeFactor.field return 2131 end |