Class: Quickfix::DeleteReason

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

Returns a new instance of DeleteReason.



48946
48947
48948
48949
48950
48951
48952
# File 'ext/quickfix/QuickfixRuby.cpp', line 48946

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

Class Method Details

.fieldObject



3474
3475
3476
# File 'lib/quickfix_fields.rb', line 3474

def DeleteReason.field
	return 285
end