Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 337 Bytes

File metadata and controls

5 lines (3 loc) · 337 Bytes

Limit Orderbook

utest

Simple limit orderbook implementation. Supports market, limit, IOC orders. Utilizes sorted std::vector to maintain book and std::unordered_map for order metadata.