Gets the series instance for the specified symbol.

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

Syntax

C#
public UserSeries this[
	Symbol symbol
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	symbol As Symbol _
) As UserSeries
Visual C++
public:
property UserSeries^ default[Symbol^ symbol] {
	UserSeries^ get (Symbol^ symbol);
}

Parameters

symbol
Type: RightEdge.Common..::.Symbol
A symbol

Return Value

The series instance corresponding to the symbol.

See Also