Class: Quickfix::UnderlyingPaymentStreamCompoundingRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateTreatment
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateTreatment
Returns a new instance of UnderlyingPaymentStreamCompoundingRateTreatment.
73014 73015 73016 73017 73018 73019 73020 |
# File 'lib/quickfix_fields.rb', line 73014 def initialize(data = nil) if( data == nil ) super(42929) else super(42929, data) end end |
Class Method Details
.field ⇒ Object
73011 73012 73013 |
# File 'lib/quickfix_fields.rb', line 73011 def .field return 42929 end |