Class: Quickfix::AllocCancReplaceReason

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

Returns a new instance of AllocCancReplaceReason.



104638
104639
104640
104641
104642
104643
104644
# File 'ext/quickfix/QuickfixRuby.cpp', line 104638

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

Class Method Details

.fieldObject



10702
10703
10704
# File 'lib/quickfix_fields.rb', line 10702

def AllocCancReplaceReason.field
	return 796
end