Class: Quickfix::UnderlyingReturnRateAmountRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateAmountRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateAmountRelativeTo
constructor
A new instance of UnderlyingReturnRateAmountRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateAmountRelativeTo
Returns a new instance of UnderlyingReturnRateAmountRelativeTo.
74470 74471 74472 74473 74474 74475 74476 |
# File 'lib/quickfix_fields.rb', line 74470 def initialize(data = nil) if( data == nil ) super(43041) else super(43041, data) end end |
Class Method Details
.field ⇒ Object
74467 74468 74469 |
# File 'lib/quickfix_fields.rb', line 74467 def UnderlyingReturnRateAmountRelativeTo.field return 43041 end |