Lean  $LEAN_TAG$
QuantConnect.Python.BenchmarkPythonWrapper Member List

This is the complete list of members for QuantConnect.Python.BenchmarkPythonWrapper, including all inherited members.

BasePythonWrapper(bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< IBenchmark >
BasePythonWrapper(PyObject instance, bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< IBenchmark >
BenchmarkPythonWrapper(PyObject model)QuantConnect.Python.BenchmarkPythonWrapper
Equals(BasePythonWrapper< TInterface > other)QuantConnect.Python.BasePythonWrapper< IBenchmark >virtual
Equals(object obj)QuantConnect.Python.BasePythonWrapper< IBenchmark >
Evaluate(DateTime time)QuantConnect.Python.BenchmarkPythonWrapper
GetEvent(string name)QuantConnect.Python.BasePythonWrapper< IBenchmark >
GetHashCode()QuantConnect.Python.BasePythonWrapper< IBenchmark >
GetMethod(string methodName)QuantConnect.Python.BasePythonWrapper< IBenchmark >
GetProperty(string propertyName)QuantConnect.Python.BasePythonWrapper< IBenchmark >
GetProperty< T >(string propertyName)QuantConnect.Python.BasePythonWrapper< IBenchmark >
HasAttr(string name)QuantConnect.Python.BasePythonWrapper< IBenchmark >
InstanceQuantConnect.Python.BasePythonWrapper< IBenchmark >protected
InvokeMethod(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< IBenchmark >
InvokeMethod< T >(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< IBenchmark >
SetProperty(string propertyName, object value)QuantConnect.Python.BasePythonWrapper< IBenchmark >
SetPythonInstance(PyObject instance)QuantConnect.Python.BasePythonWrapper< IBenchmark >