Skip to content

Commit

Permalink
Test release branch (#4)
Browse files Browse the repository at this point in the history
Pre-release
  • Loading branch information
pnxenopoulos authored Jan 28, 2025
1 parent 975962e commit 497eeae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ fills = book.add(sell_order)
print(fill)

# Check the status of the remainder of the open buy order
# DO NOT rely on the previous `buy_order` or `sell_order` objects
# to be updated! Fetch them from the book, instead
open_buy_order = orderbook.get_order(buy_order.id)
```
```

#### Need help?
Please [open an issue](https://github.com/pnxenopoulos/litebook/issues) if you need help or have a feature request.

0 comments on commit 497eeae

Please sign in to comment.