SymbolListsCollection Class (Class)

A collection of SymbolList objects.

Namespace: tsdata.marketdata

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the number of objects loaded in the selected symbol list.
Public property Items[Index] object Gets the SymbolList object located at the specified Index in the collection.
Public property Items[Name] object Gets the SymbolList object with the specified Name in the collection.
Public property Items[Path,Name] object Gets the SymbolList object located at the specified Index in the collection.
Methods
  Name Description
Public property Contains(Name) True if the collection contains a local non-historical SymbolList with the specified Name.
Public property Contains(Path,Name) True if the collection contains a SymbolList with the specified Name and Path. An empty path implies a local non-historical list. A folder name with the extension of ".csl" implies a local historical list. A path that does not end in ".csl" implies a server path.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.SymbolListsCollection