Class: Quickfix::PaymentStreamCompoundingFinalRatePrecision
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingFinalRatePrecision
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingFinalRatePrecision
constructor
A new instance of PaymentStreamCompoundingFinalRatePrecision.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingFinalRatePrecision
Returns a new instance of PaymentStreamCompoundingFinalRatePrecision.
69023 69024 69025 69026 69027 69028 69029 |
# File 'lib/quickfix_fields.rb', line 69023 def initialize(data = nil) if( data == nil ) super(42643) else super(42643, data) end end |