The Lab

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Market data updates are conveyed with the onMarketData() callback in the handler interface. Each update is for a specific feedID / marketID combination and contains a MarketView object. The MarketView object is either a full snapshot of the order book or an incremental update. In both cases, it contains a list of MDEntry objects, which are essentially market data entries.


Additional Material

Further detail is provided in the following page(s):

  • No labels