Retrieves the data series for the specified Symbol

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

Syntax

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

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol to retrieve the ISeries for.

Return Value

ISeries values.

See Also