Class: Quickfix::UnderlyingPaymentScheduleStepRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleStepRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRelativeTo
constructor
A new instance of UnderlyingPaymentScheduleStepRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRelativeTo
Returns a new instance of UnderlyingPaymentScheduleStepRelativeTo.
36198 36199 36200 36201 36202 36203 36204 |
# File 'lib/quickfix_fields.rb', line 36198 def initialize(data = nil) if( data == nil ) super(40685) else super(40685, data) end end |