Class: Quickfix::UnderlyingPaymentStreamRateIndexSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndexSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexSource
constructor
A new instance of UnderlyingPaymentStreamRateIndexSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexSource
Returns a new instance of UnderlyingPaymentStreamRateIndexSource.
35366 35367 35368 35369 35370 35371 35372 |
# File 'lib/quickfix_fields.rb', line 35366 def initialize(data = nil) if( data == nil ) super(40621) else super(40621, data) end end |