Class: Quickfix::UnderlyingComplexOptPayoutPercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexOptPayoutPercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPercentage
constructor
A new instance of UnderlyingComplexOptPayoutPercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPercentage
Returns a new instance of UnderlyingComplexOptPayoutPercentage.
52552 52553 52554 52555 52556 52557 52558 |
# File 'lib/quickfix_fields.rb', line 52552 def initialize(data = nil) if( data == nil ) super(2264) else super(2264, data) end end |
Class Method Details
.field ⇒ Object
52549 52550 52551 |
# File 'lib/quickfix_fields.rb', line 52549 def .field return 2264 end |