-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building Low Latency Applications with C++
By :

In this part, we will start building the trading client-side C++ algorithmic trading system. We will be building components that interface with the trading exchange to process market data and connect to and communicate with the exchange order gateway. We will also build the C++ framework on which we will build market-making and liquidity-taking trading algorithms. In the HFT space, this is where participants spend a lot of time and effort trying to reduce latencies and maximize performance (and profits). Finally, we will implement the market-making and liquidity-taking trading algorithms in this framework, run the entire trading ecosystem, and understand the interactions between all the components.
This part contains the following chapters: