Class: Quickfix::LegComplexOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegComplexOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutAmount
constructor
A new instance of LegComplexOptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutAmount
Returns a new instance of LegComplexOptPayoutAmount.
47495 47496 47497 47498 47499 47500 47501 |
# File 'lib/quickfix_fields.rb', line 47495 def initialize(data = nil) if( data == nil ) super(2223) else super(2223, data) end end |
Class Method Details
.field ⇒ Object
47492 47493 47494 |
# File 'lib/quickfix_fields.rb', line 47492 def LegComplexOptPayoutAmount.field return 2223 end |