Class: Quickfix::NoMsgTypes

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ NoMsgTypes

Returns a new instance of NoMsgTypes.



26870
26871
26872
26873
26874
26875
26876
# File 'ext/quickfix/QuickfixRuby.cpp', line 26870

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

Class Method Details

.fieldObject



614
615
616
# File 'lib/quickfix_fields.rb', line 614

def NoMsgTypes.field
	return 384
end