Technical requirements
All the code for this book can be found in the GitHub repository for this book at https://github.com/PacktPublishing/Building-Low-Latency-Applications-with-CPP. The source code for this chapter can be found in the Chapter7
directory in the repository.
It is important that you have read and understood the design of the electronic trading ecosystem presented in the Designing Our Trading Ecosystem chapter. The components we build in this chapter will interact with the matching engine we built in the Building the C++ Matching Engine chapter, so we assume you are familiar with that. As before, we will use the building blocks we built in the Building the C++ Building Blocks for Low-Latency Applications chapter.