SymbolList Class (Class)

A SymbolList object.

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 symbols in the list.
Public property ListType enum Gets the symbol list type. See SymbolListType for a list of possible values.
Public property Loaded bool True if the symbol list has been loaded.
Public property Name string Gets the name of the symbol list.
Public property Path string Gets the path of server list or local historical list.
Public property Symbols object Gets the SymbolsCollection containing the symbols in the list.
Methods
  Name Description
Public property LoadList() Requests the loading of the SymbolListItem objects for a symbol list.
Events
  Name Description
 Public event Updated Occurs whenever the specific symbol list is updated. See SymbolListUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.SymbolList