Class: Quickfix::LegPaymentStreamCompoundingRateIndex
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamCompoundingRateIndex
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateIndex
constructor
A new instance of LegPaymentStreamCompoundingRateIndex.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateIndex
Returns a new instance of LegPaymentStreamCompoundingRateIndex.
66254 66255 66256 66257 66258 66259 66260 |
# File 'lib/quickfix_fields.rb', line 66254 def initialize(data = nil) if( data == nil ) super(42427) else super(42427, data) end end |