Class: Quickfix::UnderlyingFinancialInstrumentFullName

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) ⇒ UnderlyingFinancialInstrumentFullName

Returns a new instance of UnderlyingFinancialInstrumentFullName.



75900
75901
75902
75903
75904
75905
75906
# File 'lib/quickfix_fields.rb', line 75900

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

Class Method Details

.fieldObject



75897
75898
75899
# File 'lib/quickfix_fields.rb', line 75897

def UnderlyingFinancialInstrumentFullName.field
	return 2720
end