EasyLanguage Object Reference

MarketParticipants Class

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

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Count integer 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