Add order runtime lookup

This commit is contained in:
boris
2026-04-23 19:57:02 -07:00
parent c12a883d28
commit 9f10afddec
8 changed files with 351 additions and 8 deletions

View File

@@ -67,8 +67,8 @@ current alignment pass.
### Phase 8: Order object API parity
- [x] open-order status and unfilled quantity exposed to strategy runtime
- [ ] final order object lookup by order id
- [ ] order average fill price and transaction cost aggregation
- [x] final order object lookup by order id
- [x] order average fill price and transaction cost aggregation
## Execution Order
@@ -84,6 +84,6 @@ current alignment pass.
## Current Step
Active implementation target: continue order object API parity after exposing
open-order status and unfilled quantity; next gaps are final order lookup and
average fill price / transaction cost aggregation by order id.
Active implementation target: continue parity audit for remaining account APIs
after order object lookup, status, unfilled quantity, average fill price, and
transaction cost aggregation are covered.