Class: Quickfix::Benchmark

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

Returns a new instance of Benchmark.



46398
46399
46400
46401
46402
46403
46404
# File 'ext/quickfix/QuickfixRuby.cpp', line 46398

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

Class Method Details

.fieldObject



3136
3137
3138
# File 'lib/quickfix_fields.rb', line 3136

def Benchmark.field
	return 219
end