MarketDepth Class

Defines the structure for an object used to access and return market depth data.  

Namespace: tsdata.marketdata

Properties

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

  Name Type Description
AskLevels object Gets the AggregateMarketQuotes object with the market side of Ask.
Asks object Gets the MarketQuotes object with the market side of Ask.
BidLevels object Gets the AggregateMarketQuotes with the market side of Bid.
Bids object Gets the MarketQuotes with the market side of Bid.
Participants object Gets the MarketParticipants object.
Events
  Name Description
 Public event Updated Occurs whenever the object is updated. See MarketDeptUpdatedEventArgs for the properties return by the handler's args parameter.

 

Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.MarketDepth