Class: Quickfix::UnderlyingPaymentStreamCompoundingSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingSpread
constructor
A new instance of UnderlyingPaymentStreamCompoundingSpread.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingSpread
Returns a new instance of UnderlyingPaymentStreamCompoundingSpread.
72598 72599 72600 72601 72602 72603 72604 |
# File 'lib/quickfix_fields.rb', line 72598 def initialize(data = nil) if( data == nil ) super(42897) else super(42897, data) end end |