Class: Quickfix::UnderlyingPaymentScheduleStepRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleStepRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRelativeTo
constructor
A new instance of UnderlyingPaymentScheduleStepRelativeTo.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
36195 36196 36197 |
# File 'lib/quickfix_fields.rb', line 36195 def UnderlyingPaymentScheduleStepRelativeTo.field return 40685 end |