Class: Quickfix::MDReportID

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

Returns a new instance of MDReportID.



120992
120993
120994
120995
120996
120997
120998
# File 'ext/quickfix/QuickfixRuby.cpp', line 120992

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

Class Method Details

.fieldObject



12860
12861
12862
# File 'lib/quickfix_fields.rb', line 12860

def MDReportID.field
	return 963
end