Releases: Kautenja/limit-order-book
Releases · Kautenja/limit-order-book
Fix benchmark
Disable copy constructors for base structures
- copying is disabled for Order and Limit objects
Test Cases / Documentation
- add some missing test cases
- add some documentation
Bug Fixes
Clear function
- add a
clear
function that removes all orders from a LimitOrderBook object- python binding too
Fix MANIFEST.in
- add vendor code to the manifest
First Release
- C++ and Python ctypes API