Class: Quickfix::PaymentStreamCompoundingNegativeRateTreatment
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingNegativeRateTreatment
constructor
A new instance of PaymentStreamCompoundingNegativeRateTreatment.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingNegativeRateTreatment
Returns a new instance of PaymentStreamCompoundingNegativeRateTreatment.
69049 69050 69051 69052 69053 69054 69055 |
# File 'lib/quickfix_fields.rb', line 69049 def initialize(data = nil) if( data == nil ) super(42645) else super(42645, data) end end |