Class: Quickfix::MultiLegReportingType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ MultiLegReportingType

Returns a new instance of MultiLegReportingType.



64040
64041
64042
64043
64044
64045
64046
# File 'ext/quickfix/QuickfixRuby.cpp', line 64040

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

Class Method Details

.fieldObject



5385
5386
5387
# File 'lib/quickfix_fields.rb', line 5385

def MultiLegReportingType.field
	return 442
end