Class: Quickfix::LegPaymentScheduleStepRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentScheduleStepRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleStepRate
constructor
A new instance of LegPaymentScheduleStepRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleStepRate
Returns a new instance of LegPaymentScheduleStepRate.
32402 32403 32404 32405 32406 32407 32408 |
# File 'lib/quickfix_fields.rb', line 32402 def initialize(data = nil) if( data == nil ) super(40393) else super(40393, data) end end |