Class: Quickfix::ComplexEventForwardPoints
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexEventForwardPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventForwardPoints
constructor
A new instance of ComplexEventForwardPoints.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventForwardPoints
Returns a new instance of ComplexEventForwardPoints.
57817 57818 57819 57820 57821 57822 57823 |
# File 'lib/quickfix_fields.rb', line 57817 def initialize(data = nil) if( data == nil ) super(2408) else super(2408, data) end end |
Class Method Details
.field ⇒ Object
57814 57815 57816 |
# File 'lib/quickfix_fields.rb', line 57814 def ComplexEventForwardPoints.field return 2408 end |