Class: Quickfix::UnderlyingPaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexIDSource
constructor
A new instance of UnderlyingPaymentStreamRateIndexIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexIDSource
Returns a new instance of UnderlyingPaymentStreamRateIndexIDSource.
76329 76330 76331 76332 76333 76334 76335 |
# File 'lib/quickfix_fields.rb', line 76329 def initialize(data = nil) if( data == nil ) super(43093) else super(43093, data) end end |