Class: Quickfix::ExecTransType

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

Returns a new instance of ExecTransType.



29798
29799
29800
29801
29802
29803
29804
# File 'ext/quickfix/QuickfixRuby.cpp', line 29798

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

Class Method Details

.fieldObject



991
992
993
# File 'lib/quickfix_fields.rb', line 991

def ExecTransType.field
	return 20
end