Click or drag to resize

TimeSeriesDataQueueTInitialized Property

This flag is set if and only if queue has already initialized (you already add something to it). Note: you don't have to change Period or Capacity if queue already initialized.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public bool Initialized { get; }

Property Value

Type: Boolean
See Also