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)
 
static string InsightAlreadyAssignedToAGroup (Algorithm.Framework.Alphas.Insight insight)
 
static string ToString (Algorithm.Framework.Alphas.Insight insight)
 
static string ShortToString (Algorithm.Framework.Alphas.Insight insight)
 

Static Public Attributes

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

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.


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