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
Expose functions to help add a price update into the order book. Something like (book: Book, update: BookUpdate) => Book, but possibly a class to maintain the book prices in a tree for efficient insert and deletes. See bintrees, and the RBTree.
This could also be written as a hook.
Here's a rough example of what this might look like:
Expose functions to help add a price update into the order book. Something like
(book: Book, update: BookUpdate) => Book
, but possibly a class to maintain the book prices in a tree for efficient insert and deletes. See bintrees, and the RBTree.This could also be written as a hook.
Here's a rough example of what this might look like:
The text was updated successfully, but these errors were encountered: