EasyLanguage Object Reference

MarketDepth Class

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

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
AskLevels object Gets the aggregate market quotes with the market side of Ask.
Asks object Gets the market quotes with the market side of Ask.
BidLevels object Gets the aggregate market quotes with the market side of Bid.
Bids object Gets the market quotes with the market side of Bid.
Participants object Gets the market participants.
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