Class: Quickfix::UnderlyingPaymentScheduleRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentScheduleRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpread
constructor
A new instance of UnderlyingPaymentScheduleRateSpread.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSpread
36068 36069 36070 36071 36072 36073 36074 |
# File 'lib/quickfix_fields.rb', line 36068 def initialize(data = nil) if( data == nil ) super(40675) else super(40675, data) end end |