Class: Quickfix::PaymentStubIndex2RateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndex2RateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateTreatment
constructor
A new instance of PaymentStubIndex2RateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateTreatment
Returns a new instance of PaymentStubIndex2RateTreatment.
38980 38981 38982 38983 38984 38985 38986 |
# File 'lib/quickfix_fields.rb', line 38980 def initialize(data = nil) if( data == nil ) super(40899) else super(40899, data) end end |
Class Method Details
.field ⇒ Object
38977 38978 38979 |
# File 'lib/quickfix_fields.rb', line 38977 def PaymentStubIndex2RateTreatment.field return 40899 end |