Class: Quickfix::ComplexOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexOptPayoutAmount
constructor
A new instance of ComplexOptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexOptPayoutAmount
Returns a new instance of ComplexOptPayoutAmount.
19649 19650 19651 19652 19653 19654 19655 |
# File 'lib/quickfix_fields.rb', line 19649 def initialize(data = nil) if( data == nil ) super(1485) else super(1485, data) end end |
Class Method Details
.field ⇒ Object
19646 19647 19648 |
# File 'lib/quickfix_fields.rb', line 19646 def ComplexOptPayoutAmount.field return 1485 end |