Class: Quickfix::LanguageCode

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LanguageCode

Returns a new instance of LanguageCode.



170936
170937
170938
170939
170940
170941
170942
# File 'ext/quickfix/QuickfixRuby.cpp', line 170936

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

Class Method Details

.fieldObject



19451
19452
19453
# File 'lib/quickfix_fields.rb', line 19451

def LanguageCode.field
	return 1474
end