Class: Quickfix::ConfirmTransType

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

Returns a new instance of ConfirmTransType.



91922
91923
91924
91925
91926
91927
91928
# File 'ext/quickfix/QuickfixRuby.cpp', line 91922

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

Class Method Details

.fieldObject



9038
9039
9040
# File 'lib/quickfix_fields.rb', line 9038

def ConfirmTransType.field
	return 666
end