Class: Quickfix::FinancialInstrumentFullName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FinancialInstrumentFullName

Returns a new instance of FinancialInstrumentFullName.



75822
75823
75824
75825
75826
75827
75828
# File 'lib/quickfix_fields.rb', line 75822

def initialize(data = nil)
	if( data == nil )
		super(2714)
	else
		super(2714, data)
	end
end