Sets the list of symbols that will be listening for tick data.

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

Syntax

C#
bool SetWatchedSymbols(
	List<Symbol> symbols
)
Visual Basic (Declaration)
Function SetWatchedSymbols ( _
	symbols As List(Of Symbol) _
) As Boolean
Visual C++
bool SetWatchedSymbols(
	List<Symbol^>^ symbols
)

Parameters

symbols
Type: System.Collections.Generic..::.List<(Of <(Symbol>)>)
A collection of Symbol items.

Return Value

true on success, otherwise false.

See Also