Lean
$LEAN_TAG$
|
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... | |
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.
|
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.
|
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.
|
static |
Parses the given insight into a string containing basic information about it
Definition at line 77 of file Messages.Algorithm.Framework.Alphas.cs.
|
static |
Parses a short insight into a string containing basic information about it
Definition at line 106 of file Messages.Algorithm.Framework.Alphas.cs.
|
static |
Returns a string message saying: Insight barCount must be grater than zero
Definition at line 36 of file Messages.Algorithm.Framework.Alphas.cs.
|
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.
|
static |
Returns a string message saying: Insight closeTimeUtc must be greater than generatedTimeUtc
Definition at line 46 of file Messages.Algorithm.Framework.Alphas.cs.
|
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.