Class: Quickfix::UnderlyingPaymentStreamRateIndexID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexID
constructor
A new instance of UnderlyingPaymentStreamRateIndexID.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexID
Returns a new instance of UnderlyingPaymentStreamRateIndexID.
76316 76317 76318 76319 76320 76321 76322 |
# File 'lib/quickfix_fields.rb', line 76316 def initialize(data = nil) if( data == nil ) super(43092) else super(43092, data) end end |