Class: Quickfix::NoLegReturnRates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegReturnRates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRates
constructor
A new instance of NoLegReturnRates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRates
Returns a new instance of NoLegReturnRates.
67645 67646 67647 67648 67649 67650 67651 |
# File 'lib/quickfix_fields.rb', line 67645 def initialize(data = nil) if( data == nil ) super(42534) else super(42534, data) end end |
Class Method Details
.field ⇒ Object
67642 67643 67644 |
# File 'lib/quickfix_fields.rb', line 67642 def NoLegReturnRates.field return 42534 end |