Gets the BarData object for this Symbol.

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

Syntax

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

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol instance to search for bar data.

Return Value

BarData if it exists for this symbol, otherwise null if no bar data is found.

See Also