Class: Quickfix::LegPaymentStreamCompoundingRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpread
constructor
A new instance of LegPaymentStreamCompoundingRateSpread.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateSpread
Returns a new instance of LegPaymentStreamCompoundingRateSpread.
66306 66307 66308 66309 66310 66311 66312 |
# File 'lib/quickfix_fields.rb', line 66306 def initialize(data = nil) if( data == nil ) super(42431) else super(42431, data) end end |