Class: Quickfix::LegPaymentStubIndex2RateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndex2RateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateTreatment
constructor
A new instance of LegPaymentStubIndex2RateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateTreatment
Returns a new instance of LegPaymentStubIndex2RateTreatment.
33078 33079 33080 33081 33082 33083 33084 |
# File 'lib/quickfix_fields.rb', line 33078 def initialize(data = nil) if( data == nil ) super(40445) else super(40445, data) end end |
Class Method Details
.field ⇒ Object
33075 33076 33077 |
# File 'lib/quickfix_fields.rb', line 33075 def LegPaymentStubIndex2RateTreatment.field return 40445 end |