Returns the symbol script object for a specified symbol.

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

Syntax

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

Parameters

symbol
Type: RightEdge.Common..::.Symbol
A symbol in the system's trading portfolio.

Return Value

The symbol script object for the specified symbol.

See Also