Class: Quickfix::CommType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ CommType

Returns a new instance of CommType.



29210
29211
29212
29213
29214
29215
29216
# File 'ext/quickfix/QuickfixRuby.cpp', line 29210

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

Class Method Details

.fieldObject



913
914
915
# File 'lib/quickfix_fields.rb', line 913

def CommType.field
	return 13
end