Class: Quickfix::BusinessRejectReason

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

Returns a new instance of BusinessRejectReason.



58172
58173
58174
58175
58176
58177
58178
# File 'ext/quickfix/QuickfixRuby.cpp', line 58172

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

Class Method Details

.fieldObject



4618
4619
4620
# File 'lib/quickfix_fields.rb', line 4618

def BusinessRejectReason.field
	return 380
end