Class: Quickfix::UnderlyingPaymentStubIndex2RateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndex2RateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateTreatment
constructor
A new instance of UnderlyingPaymentStubIndex2RateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateTreatment
Returns a new instance of UnderlyingPaymentStubIndex2RateTreatment.
36848 36849 36850 36851 36852 36853 36854 |
# File 'lib/quickfix_fields.rb', line 36848 def initialize(data = nil) if( data == nil ) super(40735) else super(40735, data) end end |
Class Method Details
.field ⇒ Object
36845 36846 36847 |
# File 'lib/quickfix_fields.rb', line 36845 def UnderlyingPaymentStubIndex2RateTreatment.field return 40735 end |