Class: Quickfix::UnderlyingPaymentStreamInflationIndexSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamInflationIndexSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationIndexSource
constructor
A new instance of UnderlyingPaymentStreamInflationIndexSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationIndexSource
35652 35653 35654 35655 35656 35657 35658 |
# File 'lib/quickfix_fields.rb', line 35652 def initialize(data = nil) if( data == nil ) super(40643) else super(40643, data) end end |