Class: Quickfix::UnderlyingPaymentStreamRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpread
constructor
A new instance of UnderlyingPaymentStreamRateSpread.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpread
35418 35419 35420 35421 35422 35423 35424 |
# File 'lib/quickfix_fields.rb', line 35418 def initialize(data = nil) if( data == nil ) super(40625) else super(40625, data) end end |