Class: Quickfix::LegPaymentStreamCompoundingInitialRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingInitialRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingInitialRate
constructor
A new instance of LegPaymentStreamCompoundingInitialRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingInitialRate
Returns a new instance of LegPaymentStreamCompoundingInitialRate.
66423 66424 66425 66426 66427 66428 66429 |
# File 'lib/quickfix_fields.rb', line 66423 def initialize(data = nil) if( data == nil ) super(42440) else super(42440, data) end end |