EasyLanguage Object Reference
MarketParticipant Class
Defines the structure for an object includes prices for market makers or ECN's.
Namespace: tsdata.marketdata
|
Name |
Type |
Description |
|
Asks |
object |
Gets the MarketQuotes with the market side of Ask. |
|
Bids |
object |
Gets the MarketQuotes with the market side of Bid. |
|
Name |
string |
Gets the name of the market participant. |
|
Name |
Description |
 |
Updated |
Occurs whenever the object is updated. See MarketDepthUpdatedEventArgs for the properties return by the handler's args parameter. |