Class: Quickfix::UnderlyingOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingOptPayoutAmount
constructor
A new instance of UnderlyingOptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingOptPayoutAmount
Returns a new instance of UnderlyingOptPayoutAmount.
26565 26566 26567 26568 26569 26570 26571 |
# File 'lib/quickfix_fields.rb', line 26565 def initialize(data = nil) if( data == nil ) super(2029) else super(2029, data) end end |
Class Method Details
.field ⇒ Object
26562 26563 26564 |
# File 'lib/quickfix_fields.rb', line 26562 def UnderlyingOptPayoutAmount.field return 2029 end |