Class: Quickfix::EncodedUnderlyingFinancialInstrumentFullName

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingFinancialInstrumentFullName

Returns a new instance of EncodedUnderlyingFinancialInstrumentFullName.



75926
75927
75928
75929
75930
75931
75932
# File 'lib/quickfix_fields.rb', line 75926

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

Class Method Details

.fieldObject



75923
75924
75925
# File 'lib/quickfix_fields.rb', line 75923

def EncodedUnderlyingFinancialInstrumentFullName.field
	return 2722
end