quantsc / quantsc-hft-system

0 stars 5 forks source link

Implement OrderBook matching algorithm #9

Open fnorman opened 10 months ago

fnorman commented 10 months ago

This issue tackles the matching algorithm of the Limit Order Book. For now, let's do a naive implementation of the Price/time priority algorithm. You can use this implementation as an example.