Skip to content

Releases: toyota-corolla0/rust_ob

v2.5.3

23 Jun 06:52
Compare
Choose a tag to compare
  • General code cleanup

v2.5.2

19 Oct 00:51
Compare
Choose a tag to compare
  • rust_decimal::Decimal is now exposed

v2.5.1

07 Oct 05:43
Compare
Choose a tag to compare
  • new opposite method on Side

v2.5.0

05 Oct 19:08
Compare
Choose a tag to compare
  • new function OrderBook::get_highest_priority_price

v2.4.0

05 Oct 00:07
Compare
Choose a tag to compare
  • new function OrderBook::get_highest_priority_price_quantity

v2.3.0

04 Oct 21:52
Compare
Choose a tag to compare
  • new function OrderBook::get_highest_priority_order

v2.2.1

25 Sep 06:30
Compare
Choose a tag to compare
  • OrderBook now implements Send

v2.2.0

23 Sep 21:38
Compare
Choose a tag to compare
  • OrderBook is now generic over each orders ID allowing use of custom ID type instead of hard coded u128

v2.1.3

18 Sep 20:04
Compare
Choose a tag to compare
  • used generics to simplify BookSide
  • code clean up

v2.1.2

15 Sep 23:04
Compare
Choose a tag to compare
  • changed internal search tree implementation
  • lots of code simplification