Lean  $LEAN_TAG$
QuantConnect.Python.CommandPythonWrapper Member List

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

BasePythonWrapper(bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< Command >
BasePythonWrapper(PyObject instance, bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< Command >
CommandPythonWrapper(PyObject type, string data=null)QuantConnect.Python.CommandPythonWrapper
Equals(BasePythonWrapper< TInterface > other)QuantConnect.Python.BasePythonWrapper< Command >virtual
Equals(object obj)QuantConnect.Python.BasePythonWrapper< Command >
GetEvent(string name)QuantConnect.Python.BasePythonWrapper< Command >
GetHashCode()QuantConnect.Python.BasePythonWrapper< Command >
GetMethod(string methodName)QuantConnect.Python.BasePythonWrapper< Command >
GetProperty(string propertyName)QuantConnect.Python.BasePythonWrapper< Command >
GetProperty< T >(string propertyName)QuantConnect.Python.BasePythonWrapper< Command >
HasAttr(string name)QuantConnect.Python.BasePythonWrapper< Command >
InstanceQuantConnect.Python.BasePythonWrapper< Command >protected
InvokeMethod(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeMethod< T >(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeMethodAndEnumerate< T >(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeMethodAndGetDictionary< TKey, TValue >(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeMethodAndWrapResult< T >(string methodName, Func< PyObject, T > wrapResult, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeMethodWithOutParameters< T >(string methodName, Type[] outParametersTypes, out object[] outParameters, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
InvokeVoidMethod(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< Command >
Run(IAlgorithm algorithm)QuantConnect.Python.CommandPythonWrapper
Serialize(PyObject command)QuantConnect.Python.CommandPythonWrapperstatic
SetProperty(string propertyName, object value)QuantConnect.Python.BasePythonWrapper< Command >
SetPythonInstance(PyObject instance)QuantConnect.Python.BasePythonWrapper< Command >