Class: Quickfix::PaymentStubIndexRateSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStubIndexRateSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexRateSpread
constructor
A new instance of PaymentStubIndexRateSpread.
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexRateSpread
38772 38773 38774 38775 38776 38777 38778 |
# File 'lib/quickfix_fields.rb', line 38772 def initialize(data = nil) if( data == nil ) super(40883) else super(40883, data) end end |