Class: Quickfix::LegReturnRateAmountRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateAmountRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateAmountRelativeTo
constructor
A new instance of LegReturnRateAmountRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateAmountRelativeTo
Returns a new instance of LegReturnRateAmountRelativeTo.
67736 67737 67738 67739 67740 67741 67742 |
# File 'lib/quickfix_fields.rb', line 67736 def initialize(data = nil) if( data == nil ) super(42541) else super(42541, data) end end |
Class Method Details
.field ⇒ Object
67733 67734 67735 |
# File 'lib/quickfix_fields.rb', line 67733 def LegReturnRateAmountRelativeTo.field return 42541 end |