Class: Quickfix::PaymentStreamCompoundingInitialRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamCompoundingInitialRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingInitialRate
constructor
A new instance of PaymentStreamCompoundingInitialRate.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingInitialRate
Returns a new instance of PaymentStreamCompoundingInitialRate.
68997 68998 68999 69000 69001 69002 69003 |
# File 'lib/quickfix_fields.rb', line 68997 def initialize(data = nil) if( data == nil ) super(42641) else super(42641, data) end end |