Class: Quickfix::UnderlyingComplexOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutAmount
constructor
A new instance of UnderlyingComplexOptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutAmount
Returns a new instance of UnderlyingComplexOptPayoutAmount.
26799 26800 26801 26802 26803 26804 26805 |
# File 'lib/quickfix_fields.rb', line 26799 def initialize(data = nil) if( data == nil ) super(2047) else super(2047, data) end end |
Class Method Details
.field ⇒ Object
26796 26797 26798 |
# File 'lib/quickfix_fields.rb', line 26796 def UnderlyingComplexOptPayoutAmount.field return 2047 end |