Class: Quickfix::LegPaymentStreamCompoundingCapRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingCapRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingCapRate
constructor
A new instance of LegPaymentStreamCompoundingCapRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingCapRate
Returns a new instance of LegPaymentStreamCompoundingCapRate.
66345 66346 66347 66348 66349 66350 66351 |
# File 'lib/quickfix_fields.rb', line 66345 def initialize(data = nil) if( data == nil ) super(42434) else super(42434, data) end end |