Class: Quickfix::UnderlyingReturnRateAmountRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingReturnRateAmountRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateAmountRelativeTo
constructor
A new instance of UnderlyingReturnRateAmountRelativeTo.
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 |