Lean  $LEAN_TAG$
QuantConnect.Messages.PandasData Class Reference

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

Static Public Member Functions

static string DuplicateKey (string duplicateKey, string type)
 Returns a string message saying the given key was duplicated in the given type class More...
 
static string KeyNotFoundInSeries (string key)
 Returns a string message saying the given key does not exist in series dictionary More...
 

Detailed Description

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

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

Member Function Documentation

◆ DuplicateKey()

static string QuantConnect.Messages.PandasData.DuplicateKey ( string  duplicateKey,
string  type 
)
static

Returns a string message saying the given key was duplicated in the given type class

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

◆ KeyNotFoundInSeries()

static string QuantConnect.Messages.PandasData.KeyNotFoundInSeries ( string  key)
static

Returns a string message saying the given key does not exist in series dictionary

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


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