Class: Quickfix::RefMsgType

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

Returns a new instance of RefMsgType.



26576
26577
26578
26579
26580
26581
26582
# File 'ext/quickfix/QuickfixRuby.cpp', line 26576

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

Class Method Details

.fieldObject



575
576
577
# File 'lib/quickfix_fields.rb', line 575

def RefMsgType.field
	return 372
end