Lean  $LEAN_TAG$
QuantConnect.Messages.InsightManager Class Reference

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

Static Public Member Functions

static string ZeroInitialPriceValue (DateTime frontierTimeUtc, Algorithm.Framework.Alphas.Insight insight)
 Returns a string message warning the user of an insight with zero initial price More...
 

Static Public Attributes

static string InvalidExtraAnalysisPeriodRatio = "extraAnalysisPeriodRatio must be greater than or equal to zero."
 String message saying extraAnalysisPeriodRatio must be greater than or equal to zero More...
 

Detailed Description

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

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

Member Function Documentation

◆ ZeroInitialPriceValue()

static string QuantConnect.Messages.InsightManager.ZeroInitialPriceValue ( DateTime  frontierTimeUtc,
Algorithm.Framework.Alphas.Insight  insight 
)
static

Returns a string message warning the user of an insight with zero initial price

Definition at line 42 of file Messages.Algorithm.Framework.Alphas.Analysis.cs.

Member Data Documentation

◆ InvalidExtraAnalysisPeriodRatio

string QuantConnect.Messages.InsightManager.InvalidExtraAnalysisPeriodRatio = "extraAnalysisPeriodRatio must be greater than or equal to zero."
static

String message saying extraAnalysisPeriodRatio must be greater than or equal to zero

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


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