Class: Quickfix::LanguageCode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LanguageCode

Returns a new instance of LanguageCode.



13916
13917
13918
13919
13920
13921
13922
# File 'lib/quickfix_fields.rb', line 13916

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

Class Method Details

.fieldObject



13913
13914
13915
# File 'lib/quickfix_fields.rb', line 13913

def LanguageCode.field
	return 1474
end