Class: Quickfix::PaymentScheduleStepRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentScheduleStepRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStepRate
constructor
A new instance of PaymentScheduleStepRate.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStepRate
Returns a new instance of PaymentScheduleStepRate.
38304 38305 38306 38307 38308 38309 38310 |
# File 'lib/quickfix_fields.rb', line 38304 def initialize(data = nil) if( data == nil ) super(40847) else super(40847, data) end end |