Class: Quickfix::NoLegReturnRatePrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegReturnRatePrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRatePrices
constructor
A new instance of NoLegReturnRatePrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRatePrices
Returns a new instance of NoLegReturnRatePrices.
68035 68036 68037 68038 68039 68040 68041 |
# File 'lib/quickfix_fields.rb', line 68035 def initialize(data = nil) if( data == nil ) super(42564) else super(42564, data) end end |
Class Method Details
.field ⇒ Object
68032 68033 68034 |
# File 'lib/quickfix_fields.rb', line 68032 def NoLegReturnRatePrices.field return 42564 end |