Skip to content

Releases: Kautenja/limit-order-book

Fix benchmark

21 Feb 08:32
Compare
Choose a tag to compare
  • pass by reference instead of by value

Disable copy constructors for base structures

20 Feb 00:58
Compare
Choose a tag to compare
  • copying is disabled for Order and Limit objects

Test Cases / Documentation

21 Feb 08:34
Compare
Choose a tag to compare
  • add some missing test cases
  • add some documentation

Bug Fixes

16 Feb 23:12
Compare
Choose a tag to compare
  • fix issue where incoming limit orders (that are actually market orders) weren't matching properly with sitting orders

Clear function

21 Feb 08:35
Compare
Choose a tag to compare
  • add a clear function that removes all orders from a LimitOrderBook object
    • python binding too

Fix MANIFEST.in

17 Dec 10:34
Compare
Choose a tag to compare
  • add vendor code to the manifest

First Release

17 Dec 10:34
fae5661
Compare
Choose a tag to compare
  • C++ and Python ctypes API