Lean  $LEAN_TAG$
QuantConnect.Messages.RollingWindow Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ InvalidSize

string QuantConnect.Messages.RollingWindow.InvalidSize = "RollingWindow must have size of at least 1."
static

String message saying the rolling windows must have size of at least 1

Definition at line 69 of file Messages.Indicators.cs.

◆ NoItemsRemovedYet

string QuantConnect.Messages.RollingWindow.NoItemsRemovedYet = "No items have been removed yet!"
static

String message saying no items have been removed yet from the rolling window

Definition at line 74 of file Messages.Indicators.cs.

◆ IndexOutOfSizeRange

string QuantConnect.Messages.RollingWindow.IndexOutOfSizeRange = "Index must be a non-negative integer"
static

String message saying the index must be a non-negative integer

Definition at line 79 of file Messages.Indicators.cs.


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