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