Class: Quickfix::ReportToExch

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ ReportToExch

Returns a new instance of ReportToExch.



36916
36917
36918
36919
36920
36921
36922
# File 'ext/quickfix/QuickfixRuby.cpp', line 36916

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

Class Method Details

.fieldObject



1901
1902
1903
# File 'lib/quickfix_fields.rb', line 1901

def ReportToExch.field
	return 113
end