Class: Quickfix::UnderlyingPaymentStreamInflationPublicationSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamInflationPublicationSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationPublicationSource
constructor
A new instance of UnderlyingPaymentStreamInflationPublicationSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationPublicationSource
Returns a new instance of UnderlyingPaymentStreamInflationPublicationSource.
35665 35666 35667 35668 35669 35670 35671 |
# File 'lib/quickfix_fields.rb', line 35665 def initialize(data = nil) if( data == nil ) super(40644) else super(40644, data) end end |