MarketParticipant Class

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

Namespace: tsdata.marketdata

Properties

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

  Name Type Description
Asks object Gets the MarketQuotes object with the market side of Ask.
Bids object Gets the MarketQuotes object 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