Class: Quickfix::ReturnRateAmountRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReturnRateAmountRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateAmountRelativeTo
constructor
A new instance of ReturnRateAmountRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateAmountRelativeTo
Returns a new instance of ReturnRateAmountRelativeTo.
70323 70324 70325 70326 70327 70328 70329 |
# File 'lib/quickfix_fields.rb', line 70323 def initialize(data = nil) if( data == nil ) super(42742) else super(42742, data) end end |
Class Method Details
.field ⇒ Object
70320 70321 70322 |
# File 'lib/quickfix_fields.rb', line 70320 def ReturnRateAmountRelativeTo.field return 42742 end |