Class: Quickfix::LegPaymentStubIndexRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateTreatment
constructor
A new instance of LegPaymentStubIndexRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateTreatment
Returns a new instance of LegPaymentStubIndexRateTreatment.
32896 32897 32898 32899 32900 32901 32902 |
# File 'lib/quickfix_fields.rb', line 32896 def initialize(data = nil) if( data == nil ) super(40431) else super(40431, data) end end |
Class Method Details
.field ⇒ Object
32893 32894 32895 |
# File 'lib/quickfix_fields.rb', line 32893 def LegPaymentStubIndexRateTreatment.field return 40431 end |