Lean
$LEAN_TAG$
|
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... | |
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.
|
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.
|
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.