Class: Quickfix::ProcessCode

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ ProcessCode

Returns a new instance of ProcessCode.



34858
34859
34860
34861
34862
34863
34864
# File 'ext/quickfix/QuickfixRuby.cpp', line 34858

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

Class Method Details

.fieldObject



1628
1629
1630
# File 'lib/quickfix_fields.rb', line 1628

def ProcessCode.field
	return 81
end