Class: Quickfix::MsgType

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

Returns a new instance of MsgType.



22680
22681
22682
22683
22684
22685
22686
# File 'ext/quickfix/QuickfixRuby.cpp', line 22680

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

Class Method Details

.fieldObject



81
82
83
# File 'lib/quickfix_fields.rb', line 81

def MsgType.field
	return 35
end