Class: Quickfix::LegPaymentScheduleRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentScheduleRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpread
constructor
A new instance of LegPaymentScheduleRateSpread.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpread
Returns a new instance of LegPaymentScheduleRateSpread.
32298 32299 32300 32301 32302 32303 32304 |
# File 'lib/quickfix_fields.rb', line 32298 def initialize(data = nil) if( data == nil ) super(40385) else super(40385, data) end end |