Class: Quickfix::UnderlyingPaymentStubIndexRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateTreatment
constructor
A new instance of UnderlyingPaymentStubIndexRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexRateTreatment
Returns a new instance of UnderlyingPaymentStubIndexRateTreatment.
36666 36667 36668 36669 36670 36671 36672 |
# File 'lib/quickfix_fields.rb', line 36666 def initialize(data = nil) if( data == nil ) super(40721) else super(40721, data) end end |
Class Method Details
.field ⇒ Object
36663 36664 36665 |
# File 'lib/quickfix_fields.rb', line 36663 def UnderlyingPaymentStubIndexRateTreatment.field return 40721 end |