Registers a series with the manager.

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

Syntax

C#
public void Register(
	ISeries series,
	Symbol symbol,
	string name
)
Visual Basic (Declaration)
Public Sub Register ( _
	series As ISeries, _
	symbol As Symbol, _
	name As String _
)
Visual C++
public:
void Register(
	ISeries^ series, 
	Symbol^ symbol, 
	String^ name
)

Parameters

series
Type: RightEdge.Common..::.ISeries
A series to register.
symbol
Type: RightEdge.Common..::.Symbol
The symbol to which the series belongs. May be null for a system-level series.
name
Type: System..::.String
The name to use for the series.

Remarks

Registering a series a second time will have no effect.

See Also