Skip to content

[Feature] Order Book Manager

Son of Odin requested to merge order-book-manager into develop

Adds a new manager that is a drop-in replacement of the swap queue manager. This one is for managing the order books for both market and limit orders.

Most of the manager code is a copy/paste from the swap queue manager. So no need to review most of it, but the diff doesn't make it easy. Specifically good to review the FetchQueue() and EndBlock()

Code Walkthrough https://youtu.be/J58wmD7DJr0

Edited by Son of Odin

Merge request reports