Class: Quickfix::SessionRejectReason

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

Returns a new instance of SessionRejectReason.



26674
26675
26676
26677
26678
26679
26680
# File 'ext/quickfix/QuickfixRuby.cpp', line 26674

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

Class Method Details

.fieldObject



588
589
590
# File 'lib/quickfix_fields.rb', line 588

def SessionRejectReason.field
	return 373
end