Class: Quickfix::LegPaymentStubIndexRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStubIndexRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread
constructor
A new instance of LegPaymentStubIndexRateSpread.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread
Returns a new instance of LegPaymentStubIndexRateSpread.
32870 32871 32872 32873 32874 32875 32876 |
# File 'lib/quickfix_fields.rb', line 32870 def initialize(data = nil) if( data == nil ) super(40429) else super(40429, data) end end |