Class: Quickfix::UnderlyingPaymentStreamRateMultiplier
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateMultiplier
constructor
A new instance of UnderlyingPaymentStreamRateMultiplier.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateMultiplier
Returns a new instance of UnderlyingPaymentStreamRateMultiplier.
35405 35406 35407 35408 35409 35410 35411 |
# File 'lib/quickfix_fields.rb', line 35405 def initialize(data = nil) if( data == nil ) super(40624) else super(40624, data) end end |