Class: Quickfix::SpreadToBenchmark

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ SpreadToBenchmark

Returns a new instance of SpreadToBenchmark.



46300
46301
46302
46303
46304
46305
46306
# File 'ext/quickfix/QuickfixRuby.cpp', line 46300

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

Class Method Details

.fieldObject



3123
3124
3125
# File 'lib/quickfix_fields.rb', line 3123

def SpreadToBenchmark.field
	return 218
end