Class: Quickfix::PaymentScheduleRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateTreatment
constructor
A new instance of PaymentScheduleRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateTreatment
Returns a new instance of PaymentScheduleRateTreatment.
38226 38227 38228 38229 38230 38231 38232 |
# File 'lib/quickfix_fields.rb', line 38226 def initialize(data = nil) if( data == nil ) super(40841) else super(40841, data) end end |
Class Method Details
.field ⇒ Object
38223 38224 38225 |
# File 'lib/quickfix_fields.rb', line 38223 def PaymentScheduleRateTreatment.field return 40841 end |