Class: Quickfix::LegOptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegOptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptPayoutAmount
constructor
A new instance of LegOptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegOptPayoutAmount
Returns a new instance of LegOptPayoutAmount.
43088 43089 43090 43091 43092 43093 43094 |
# File 'lib/quickfix_fields.rb', line 43088 def initialize(data = nil) if( data == nil ) super(2194) else super(2194, data) end end |
Class Method Details
.field ⇒ Object
43085 43086 43087 |
# File 'lib/quickfix_fields.rb', line 43085 def LegOptPayoutAmount.field return 2194 end |