Lean  $LEAN_TAG$
QuantConnect.Messages.MarginCallModelPythonWrapper Class Reference

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

Static Public Attributes

static string GetMarginCallOrdersMustReturnTuple = "Must return a tuple, where the first item is a list and the second a boolean"
 String message saying: Must return a tuple, where the first item is a list and the second a boolean More...
 

Detailed Description

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

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

Member Data Documentation

◆ GetMarginCallOrdersMustReturnTuple

string QuantConnect.Messages.MarginCallModelPythonWrapper.GetMarginCallOrdersMustReturnTuple = "Must return a tuple, where the first item is a list and the second a boolean"
static

String message saying: Must return a tuple, where the first item is a list and the second a boolean

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


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