Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Architecture of the CME MDP 3.0 Handler reflects the architecture of the CME Market Data Platform 3. Major entities are Market Data Service, Channel, Resolver, and Instrument, having one-to-many relationships. Each entity is described in detail in subsequent sections. The number of instantiated objects of each entity depends on the type of client application and usage scenario. 
Image RemovedImage Added

Code Block
languagecpp
using namespace Cme;
using namespace Cme::Mdp;

...