The document discusses building market data interfaces for R that allow accessing real-time and historical market data from the Reuters system. It describes an extension architecture that includes a real-time interface using callbacks to receive ticks and a historical interface to fetch historical data. Implementation details are provided for connecting the interfaces to the underlying Reuters APIs using C++ and the .Call interface. Future work ideas include addressing some threading issues and potentially bundling connections to multiple financial data providers.