Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingCapRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRate
constructor
A new instance of UnderlyingPaymentStreamCompoundingCapRate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRate
Returns a new instance of UnderlyingPaymentStreamCompoundingCapRate.
73027 73028 73029 73030 73031 73032 73033 |
# File 'lib/quickfix_fields.rb', line 73027 def initialize(data = nil) if( data == nil ) super(42930) else super(42930, data) end end |