Creates a BarAggregator instance for the specified symbol and frequency.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public BarAggregator(
	Symbol symbol,
	int freq,
	BarConstructionType barConstruction
)
Visual Basic (Declaration)
Public Sub New ( _
	symbol As Symbol, _
	freq As Integer, _
	barConstruction As BarConstructionType _
)
Visual C++
public:
BarAggregator(
	Symbol^ symbol, 
	int freq, 
	BarConstructionType barConstruction
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol instance.
freq
Type: System..::.Int32
Bar frequency of the aggregator.
barConstruction
Type: RightEdge.Common..::.BarConstructionType
BarConstructionType enumeration.

See Also