Class: Quickfix::AllocRejCode

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

Returns a new instance of AllocRejCode.



35544
35545
35546
35547
35548
35549
35550
# File 'ext/quickfix/QuickfixRuby.cpp', line 35544

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

Class Method Details

.fieldObject



1719
1720
1721
# File 'lib/quickfix_fields.rb', line 1719

def AllocRejCode.field
	return 88
end