Class: Quickfix::LegReturnRatePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegReturnRatePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRatePrice
constructor
A new instance of LegReturnRatePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRatePrice
Returns a new instance of LegReturnRatePrice.
68061 68062 68063 68064 68065 68066 68067 |
# File 'lib/quickfix_fields.rb', line 68061 def initialize(data = nil) if( data == nil ) super(42566) else super(42566, data) end end |
Class Method Details
.field ⇒ Object
68058 68059 68060 |
# File 'lib/quickfix_fields.rb', line 68058 def LegReturnRatePrice.field return 42566 end |