Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add struct and API for books #20

Open
5 tasks
deepbrook opened this issue Sep 1, 2018 · 0 comments
Open
5 tasks

Add struct and API for books #20

deepbrook opened this issue Sep 1, 2018 · 0 comments

Comments

@deepbrook
Copy link
Collaborator

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 Function
  • removeOrderFromBook Function
  • replaceOrderInBook Function
  • Tests for these methods and structs in the CuTest test suite.
@deepbrook deepbrook self-assigned this Sep 1, 2018
deepbrook pushed a commit that referenced this issue Sep 1, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant