Class: Quickfix::LegPaymentStubIndex2RateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStubIndex2RateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpread
constructor
A new instance of LegPaymentStubIndex2RateSpread.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpread
Returns a new instance of LegPaymentStubIndex2RateSpread.
33052 33053 33054 33055 33056 33057 33058 |
# File 'lib/quickfix_fields.rb', line 33052 def initialize(data = nil) if( data == nil ) super(40443) else super(40443, data) end end |