Expose open order runtime fields

This commit is contained in:
boris
2026-04-23 19:47:56 -07:00
parent f4030f2607
commit c12a883d28
6 changed files with 132 additions and 5 deletions

View File

@@ -64,6 +64,12 @@ current alignment pass.
- [x] `active_instruments`
- [x] `instruments_history`
### 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
## Execution Order
1. Close the explicit order API gap with target-shares / `order_to` parity.
@@ -73,9 +79,11 @@ current alignment pass.
5. Add algo-order styles.
6. Finish position accounting parity.
7. Continue stock data-source API parity.
8. Continue parity audit for remaining account and order object APIs.
8. Continue order object API parity.
9. Continue parity audit for remaining account APIs.
## Current Step
Active implementation target: continue parity audit for remaining account and
order object APIs after the core stock data-source APIs are covered.
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.