quantsc / quantsc-hft-system

0 stars 5 forks source link

quantsc-hft

Limit Order Book

The goal of this project is to implement a Limit Order Book in C++. This will then be used by the research team to simulate executions of trades. If you are unfamiliar with the concept of Limit Order Books, check out this brief video about how they work.

A great overview of the general idea of what we are implementing can be found here.

Currently, the next steps for the project are the following:

Functions