Click or drag to resize

TimeSeriesDataQueueTPeriod Property

Set or Get time period, how long container will save elements (For AutoDynamic queue). Note: As soon as you specify Time Period queue switch to Auto Dynamic mode.

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

Property Value

Type: TimeSpan
Exceptions
ExceptionCondition
InvalidOperationExceptionQueue is already initialized. You have to specify period before adding elements.
See Also