Class: Quickfix::PaymentScheduleRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentScheduleRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateSpread
constructor
A new instance of PaymentScheduleRateSpread.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateSpread
Returns a new instance of PaymentScheduleRateSpread.
38200 38201 38202 38203 38204 38205 38206 |
# File 'lib/quickfix_fields.rb', line 38200 def initialize(data = nil) if( data == nil ) super(40839) else super(40839, data) end end |