Class: Quickfix::ComplexOptPayoutPercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexOptPayoutPercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutPercentage
constructor
A new instance of ComplexOptPayoutPercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutPercentage
Returns a new instance of ComplexOptPayoutPercentage.
41216 41217 41218 41219 41220 41221 41222 |
# File 'lib/quickfix_fields.rb', line 41216 def initialize(data = nil) if( data == nil ) super(2120) else super(2120, data) end end |
Class Method Details
.field ⇒ Object
41213 41214 41215 |
# File 'lib/quickfix_fields.rb', line 41213 def ComplexOptPayoutPercentage.field return 2120 end |