MarketParticipants Class

Defines the structure for an object that includes a collection of MarketParticipant objects.  

Namespace: tsdata.marketdata

Properties

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

  Name Type Description
Count int Gets the number of MarketParticipant objects in the collection.
Participant[index] object Gets the MarketParticipant object with the specified index.
Participant[name] object Gets the MarketParticipant object with the specified name.
Events
  Name Description
 Public event Updated Occurs whenever the object is updated. See MarketDepthUpdatedEventArgs for the properties return by the handler's args parameter.

 

Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.MarketParticipants