Lean
$LEAN_TAG$
|
Provides user-facing messages for the Indicators.RollingWindow<T> class and its consumers or related classes More...
Static Public Attributes | |
static string | InvalidSize = "RollingWindow must have size of at least 1." |
String message saying the rolling windows must have size of at least 1 More... | |
static string | NoItemsRemovedYet = "No items have been removed yet!" |
String message saying no items have been removed yet from the rolling window More... | |
static string | IndexOutOfSizeRange = "Index must be a non-negative integer" |
String message saying the index must be a non-negative integer More... | |
Provides user-facing messages for the Indicators.RollingWindow<T> class and its consumers or related classes
Definition at line 64 of file Messages.Indicators.cs.
|
static |
String message saying the rolling windows must have size of at least 1
Definition at line 69 of file Messages.Indicators.cs.
|
static |
String message saying no items have been removed yet from the rolling window
Definition at line 74 of file Messages.Indicators.cs.
|
static |
String message saying the index must be a non-negative integer
Definition at line 79 of file Messages.Indicators.cs.