Class: Quickfix::PaymentStubIndex2RateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStubIndex2RateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpread
constructor
A new instance of PaymentStubIndex2RateSpread.
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpread
38954 38955 38956 38957 38958 38959 38960 |
# File 'lib/quickfix_fields.rb', line 38954 def initialize(data = nil) if( data == nil ) super(40897) else super(40897, data) end end |