Class: Quickfix::CollAsgnRejectReason

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

Returns a new instance of CollAsgnRejectReason.



115222
115223
115224
115225
115226
115227
115228
# File 'ext/quickfix/QuickfixRuby.cpp', line 115222

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

Class Method Details

.fieldObject



12106
12107
12108
# File 'lib/quickfix_fields.rb', line 12106

def CollAsgnRejectReason.field
	return 906
end