Class: Quickfix::UnderlyingPaymentStreamRateIndex2IDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndex2IDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2IDSource
constructor
A new instance of UnderlyingPaymentStreamRateIndex2IDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2IDSource
78500 78501 78502 78503 78504 78505 78506 |
# File 'lib/quickfix_fields.rb', line 78500 def initialize(data = nil) if( data == nil ) super(43123) else super(43123, data) end end |