Lean  $LEAN_TAG$
QuantConnect.Messages.Insight Class Reference

Provides user-facing messages for the Algorithm.Framework.Alphas.Insight class and its consumers or related classes More...

Static Public Member Functions

static string GeneratedTimeUtcNotSet (Algorithm.Framework.Alphas.Insight insight)
 Returns a string message saying the Insight's GeneratedTimeUtc property must be set before calling SetPeriodAndCloseTime More...
 
static string InsightAlreadyAssignedToAGroup (Algorithm.Framework.Alphas.Insight insight)
 Returns a string message saying it was impossible to set group id on the given insight because it has already been assigned to a group More...
 
static string ToString (Algorithm.Framework.Alphas.Insight insight)
 Parses the given insight into a string containing basic information about it More...
 
static string ShortToString (Algorithm.Framework.Alphas.Insight insight)
 Parses a short insight into a string containing basic information about it More...
 

Static Public Attributes

static string InvalidBarCount = "Insight barCount must be greater than zero."
 Returns a string message saying: Insight barCount must be grater than zero More...
 
static string InvalidPeriod = "Insight period must be greater than or equal to 1 second."
 Returns a string message saying: Insight period must be greater than or equal to 1 second More...
 
static string InvalidCloseTimeUtc = "Insight closeTimeUtc must be greater than generatedTimeUtc."
 Returns a string message saying: Insight closeTimeUtc must be greater than generatedTimeUtc More...
 
static string InvalidCloseTimeLocal = "Insight closeTimeLocal must not be in the past."
 Returns a string message saying: Insight closeTimeLocal must not be in the past More...
 

Detailed Description

Provides user-facing messages for the Algorithm.Framework.Alphas.Insight class and its consumers or related classes

Definition at line 31 of file Messages.Algorithm.Framework.Alphas.cs.

Member Function Documentation

◆ GeneratedTimeUtcNotSet()

static string QuantConnect.Messages.Insight.GeneratedTimeUtcNotSet ( Algorithm.Framework.Alphas.Insight  insight)
static

Returns a string message saying the Insight's GeneratedTimeUtc property must be set before calling SetPeriodAndCloseTime

Definition at line 57 of file Messages.Algorithm.Framework.Alphas.cs.

Here is the caller graph for this function:

◆ InsightAlreadyAssignedToAGroup()

static string QuantConnect.Messages.Insight.InsightAlreadyAssignedToAGroup ( Algorithm.Framework.Alphas.Insight  insight)
static

Returns a string message saying it was impossible to set group id on the given insight because it has already been assigned to a group

Definition at line 68 of file Messages.Algorithm.Framework.Alphas.cs.

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.Insight.ToString ( Algorithm.Framework.Alphas.Insight  insight)
static

Parses the given insight into a string containing basic information about it

Definition at line 77 of file Messages.Algorithm.Framework.Alphas.cs.

Here is the caller graph for this function:

◆ ShortToString()

static string QuantConnect.Messages.Insight.ShortToString ( Algorithm.Framework.Alphas.Insight  insight)
static

Parses a short insight into a string containing basic information about it

Definition at line 106 of file Messages.Algorithm.Framework.Alphas.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ InvalidBarCount

string QuantConnect.Messages.Insight.InvalidBarCount = "Insight barCount must be greater than zero."
static

Returns a string message saying: Insight barCount must be grater than zero

Definition at line 36 of file Messages.Algorithm.Framework.Alphas.cs.

◆ InvalidPeriod

string QuantConnect.Messages.Insight.InvalidPeriod = "Insight period must be greater than or equal to 1 second."
static

Returns a string message saying: Insight period must be greater than or equal to 1 second

Definition at line 41 of file Messages.Algorithm.Framework.Alphas.cs.

◆ InvalidCloseTimeUtc

string QuantConnect.Messages.Insight.InvalidCloseTimeUtc = "Insight closeTimeUtc must be greater than generatedTimeUtc."
static

Returns a string message saying: Insight closeTimeUtc must be greater than generatedTimeUtc

Definition at line 46 of file Messages.Algorithm.Framework.Alphas.cs.

◆ InvalidCloseTimeLocal

string QuantConnect.Messages.Insight.InvalidCloseTimeLocal = "Insight closeTimeLocal must not be in the past."
static

Returns a string message saying: Insight closeTimeLocal must not be in the past

Definition at line 51 of file Messages.Algorithm.Framework.Alphas.cs.


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