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."
 
static string NoItemsRemovedYet = "No items have been removed yet!"
 
static string IndexOutOfSizeRange = "Index must be a non-negative integer"
 

Detailed Description

Provides user-facing messages for the Indicators.RollingWindow<T> class and its consumers or related classes

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


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