Class: Quickfix::UnderlyingPaymentStreamRateIndex2Source
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2Source
constructor
A new instance of UnderlyingPaymentStreamRateIndex2Source.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2Source
Returns a new instance of UnderlyingPaymentStreamRateIndex2Source.
78474 78475 78476 78477 78478 78479 78480 |
# File 'lib/quickfix_fields.rb', line 78474 def initialize(data = nil) if( data == nil ) super(43121) else super(43121, data) end end |