Class: Quickfix::ListRejectReason

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

Returns a new instance of ListRejectReason.



161332
161333
161334
161335
161336
161337
161338
# File 'ext/quickfix/QuickfixRuby.cpp', line 161332

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

Class Method Details

.fieldObject



18177
18178
18179
# File 'lib/quickfix_fields.rb', line 18177

def ListRejectReason.field
	return 1386
end