Class: Quickfix::LegComplexOptPayoutPercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegComplexOptPayoutPercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexOptPayoutPercentage
constructor
A new instance of LegComplexOptPayoutPercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegComplexOptPayoutPercentage
47508 47509 47510 47511 47512 47513 47514 |
# File 'lib/quickfix_fields.rb', line 47508 def initialize(data = nil) if( data == nil ) super(2224) else super(2224, data) end end |
Class Method Details
.field ⇒ Object
47505 47506 47507 |
# File 'lib/quickfix_fields.rb', line 47505 def LegComplexOptPayoutPercentage.field return 2224 end |