EasyLanguage Object Reference

MarketParticipant Class

Defines the structure for an object includes prices for market makers or ECN's.  

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  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.
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.MarketParticipant