Lean  $LEAN_TAG$
QuantConnect.Messages.PythonWrapper Class Reference

Provides user-facing common messages for the Python.PythonWrapper namespace classes More...

Static Public Member Functions

static string InterfaceNotFullyImplemented (string interfaceName, string pythonTypeName, IEnumerable< string > missingMembers)
 Returns a string message saying the given interface must be fully implemented. It also advises the user on the missing methods in its interface More...
 

Static Public Attributes

static string ExpectedInterfaceTypeParameter = "expected an interface type parameter."
 String message saying: expected and interface type parameter More...
 

Detailed Description

Provides user-facing common messages for the Python.PythonWrapper namespace classes

Definition at line 169 of file Messages.Python.cs.

Member Function Documentation

◆ InterfaceNotFullyImplemented()

static string QuantConnect.Messages.PythonWrapper.InterfaceNotFullyImplemented ( string  interfaceName,
string  pythonTypeName,
IEnumerable< string >  missingMembers 
)
static

Returns a string message saying the given interface must be fully implemented. It also advises the user on the missing methods in its interface

Definition at line 181 of file Messages.Python.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ ExpectedInterfaceTypeParameter

string QuantConnect.Messages.PythonWrapper.ExpectedInterfaceTypeParameter = "expected an interface type parameter."
static

String message saying: expected and interface type parameter

Definition at line 174 of file Messages.Python.cs.


The documentation for this class was generated from the following file: