Class: Quickfix::UnderlyingPaymentStreamInflationPublicationSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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