Class: Quickfix::LegPaymentStreamRateIndex2IDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamRateIndex2IDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2IDSource
constructor
A new instance of LegPaymentStreamRateIndex2IDSource.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2IDSource
Returns a new instance of LegPaymentStreamRateIndex2IDSource.
78448 78449 78450 78451 78452 78453 78454 |
# File 'lib/quickfix_fields.rb', line 78448 def initialize(data = nil) if( data == nil ) super(43119) else super(43119, data) end end |