Open deepbrook opened 6 years ago
We currently only provide the basic structs to build an HFT book. The following functions should be added to ease usage of this lib:
Book
addOrderToBook
removeOrderFromBook
replaceOrderInBook
We currently only provide the basic structs to build an HFT book. The following functions should be added to ease usage of this lib:
Book
struct and typedef, managing bids and asks, as well as limit and order_id maps.addOrderToBook
FunctionremoveOrderFromBook
FunctionreplaceOrderInBook
Function