Class: Quickfix::LegPaymentStreamCompoundingFixedRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingFixedRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFixedRate
constructor
A new instance of LegPaymentStreamCompoundingFixedRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFixedRate
Returns a new instance of LegPaymentStreamCompoundingFixedRate.
65955 65956 65957 65958 65959 65960 65961 |
# File 'lib/quickfix_fields.rb', line 65955 def initialize(data = nil) if( data == nil ) super(42404) else super(42404, data) end end |