Class: Quickfix::ExecType

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

Returns a new instance of ExecType.



39550
39551
39552
39553
39554
39555
39556
# File 'ext/quickfix/QuickfixRuby.cpp', line 39550

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

Class Method Details

.fieldObject



2239
2240
2241
# File 'lib/quickfix_fields.rb', line 2239

def ExecType.field
	return 150
end