Class: Quickfix::OptPayoutAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OptPayoutAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptPayoutAmount
constructor
A new instance of OptPayoutAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OptPayoutAmount
Returns a new instance of OptPayoutAmount.
18856 18857 18858 18859 18860 18861 18862 |
# File 'lib/quickfix_fields.rb', line 18856 def initialize(data = nil) if( data == nil ) super(1195) else super(1195, data) end end |
Class Method Details
.field ⇒ Object
18853 18854 18855 |
# File 'lib/quickfix_fields.rb', line 18853 def OptPayoutAmount.field return 1195 end |