EasyLanguage Object Reference
MarketParticipants Class
Defines the structure for an object that includes a collection of MarketParticipant objects.
Namespace: tsdata.marketdata
|
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. |
|
Name |
Description |
 |
Updated |
Occurs whenever the object is updated. See MarketDepthUpdatedEventArgs for the properties return by the handler's args parameter. |