Constructs a new IndicatorCollection instance.

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

Syntax

C#
public IndicatorCollection(
	IndicatorCollections manager,
	Symbol symbol
)
Visual Basic (Declaration)
Public Sub New ( _
	manager As IndicatorCollections, _
	symbol As Symbol _
)
Visual C++
public:
IndicatorCollection(
	IndicatorCollections^ manager, 
	Symbol^ symbol
)

Parameters

manager
Type: RightEdge.Common..::.IndicatorCollections
A reference to the indicator manager.
symbol
Type: RightEdge.Common..::.Symbol
The IndicatorCollection will provide access to the indicators for this symbol.

See Also