You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were also changes to return types of the
removeLimit(), addNewLimit() and limitExists()
functions - they return pointers, instead of integers
now. Tests have been updated accordingly.
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
FunctionThe text was updated successfully, but these errors were encountered: