Click or drag to resize

SimpleDataQueue Constructor (Boolean)

Initializes a new instance of the FinAnalysis.Base.SimpleDataQueue class that contains circle queue of Data and DateTime. Default method of use is ManualControl. Queue capacity will be dynamic. You can manage it manually Put\Remove Last or First elements as in Dequeue.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public SimpleDataQueue(
	bool calcStatistics
)

Parameters

calcStatistics
Type: SystemBoolean
Specify it true if you want queue to calculate simple statistics.
See Also