SymbolListUpdatedEventArgs Class (Class)

Object containing information regarding a SymbolList updated event.

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 loaded in the list.
Public property ListName string Gets the name of the SymbolList that caused the updated event.
Public property ListPath string Gets the path of the SymbolList that caused the updated event.
Public property Loaded bool True if list was loaded; false if it failed to load.
Public property Reason enum Gets a value indicating the reason for the updated event. See Reason for a list of possible values.
Public property SymbolList object Gets the SymbolList object that caused the updated event.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.SymbolListUpdatedEventArgs