Class: Quickfix::LegFinancialInstrumentFullName

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

Returns a new instance of LegFinancialInstrumentFullName.



75861
75862
75863
75864
75865
75866
75867
# File 'lib/quickfix_fields.rb', line 75861

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

Class Method Details

.fieldObject



75858
75859
75860
# File 'lib/quickfix_fields.rb', line 75858

def LegFinancialInstrumentFullName.field
	return 2717
end