Class: Quickfix::PaymentStubIndexRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexRateTreatment
constructor
A new instance of PaymentStubIndexRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexRateTreatment
Returns a new instance of PaymentStubIndexRateTreatment.
38798 38799 38800 38801 38802 38803 38804 |
# File 'lib/quickfix_fields.rb', line 38798 def initialize(data = nil) if( data == nil ) super(40885) else super(40885, data) end end |
Class Method Details
.field ⇒ Object
38795 38796 38797 |
# File 'lib/quickfix_fields.rb', line 38795 def PaymentStubIndexRateTreatment.field return 40885 end |