Class: Quickfix::LegPaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexIDSource
constructor
A new instance of LegPaymentStreamRateIndexIDSource.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexIDSource
Returns a new instance of LegPaymentStreamRateIndexIDSource.
76186 76187 76188 76189 76190 76191 76192 |
# File 'lib/quickfix_fields.rb', line 76186 def initialize(data = nil) if( data == nil ) super(43089) else super(43089, data) end end |