Class: Quickfix::DerivativeOptPayAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DerivativeOptPayAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptPayAmount
constructor
A new instance of DerivativeOptPayAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DerivativeOptPayAmount
Returns a new instance of DerivativeOptPayAmount.
16321 16322 16323 16324 16325 16326 16327 |
# File 'lib/quickfix_fields.rb', line 16321 def initialize(data = nil) if( data == nil ) super(1225) else super(1225, data) end end |
Class Method Details
.field ⇒ Object
16318 16319 16320 |
# File 'lib/quickfix_fields.rb', line 16318 def DerivativeOptPayAmount.field return 1225 end |