Class: Quickfix::ModelType

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

Returns a new instance of ModelType.



167016
167017
167018
167019
167020
167021
167022
# File 'ext/quickfix/QuickfixRuby.cpp', line 167016

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

Class Method Details

.fieldObject



18931
18932
18933
# File 'lib/quickfix_fields.rb', line 18931

def ModelType.field
	return 1434
end