Class: Quickfix::LegPaymentStreamCompoundingSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingSpread
constructor
A new instance of LegPaymentStreamCompoundingSpread.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingSpread
Returns a new instance of LegPaymentStreamCompoundingSpread.
65916 65917 65918 65919 65920 65921 65922 |
# File 'lib/quickfix_fields.rb', line 65916 def initialize(data = nil) if( data == nil ) super(42401) else super(42401, data) end end |