Class: Quickfix::PaymentScheduleStepRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentScheduleStepRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStepRelativeTo
constructor
A new instance of PaymentScheduleStepRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStepRelativeTo
Returns a new instance of PaymentScheduleStepRelativeTo.
38330 38331 38332 38333 38334 38335 38336 |
# File 'lib/quickfix_fields.rb', line 38330 def initialize(data = nil) if( data == nil ) super(40849) else super(40849, data) end end |