Class: Quickfix::LegPaymentScheduleRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateTreatment
constructor
A new instance of LegPaymentScheduleRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateTreatment
Returns a new instance of LegPaymentScheduleRateTreatment.
32324 32325 32326 32327 32328 32329 32330 |
# File 'lib/quickfix_fields.rb', line 32324 def initialize(data = nil) if( data == nil ) super(40387) else super(40387, data) end end |
Class Method Details
.field ⇒ Object
32321 32322 32323 |
# File 'lib/quickfix_fields.rb', line 32321 def LegPaymentScheduleRateTreatment.field return 40387 end |