Class: Quickfix::EncodedUnderlyingFinancialInstrumentFullNameLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingFinancialInstrumentFullNameLen

Returns a new instance of EncodedUnderlyingFinancialInstrumentFullNameLen.



75913
75914
75915
75916
75917
75918
75919
# File 'lib/quickfix_fields.rb', line 75913

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

Class Method Details

.fieldObject



75910
75911
75912
# File 'lib/quickfix_fields.rb', line 75910

def EncodedUnderlyingFinancialInstrumentFullNameLen.field
	return 2721
end