Class: Quickfix::LanguageCode

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

Returns a new instance of LanguageCode.



19506
19507
19508
19509
19510
19511
19512
# File 'lib/quickfix_fields.rb', line 19506

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

Class Method Details

.fieldObject



19503
19504
19505
# File 'lib/quickfix_fields.rb', line 19503

def LanguageCode.field
	return 1474
end