Returns the symbol script object for the symbol with the specified name.

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

Syntax

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

Parameters

symbolName
Type: System..::.String
The name of a symbol in the system's trading portfolio.

Return Value

The symbol script object for the specified symbol.

See Also