Wire futures order intents into engine
This commit is contained in:
@@ -92,7 +92,8 @@ current alignment pass.
|
||||
- [x] wire futures account runtime view into `BacktestEngine` and
|
||||
`StrategyContext` (`future_account`, `account_by_type("FUTURE")`,
|
||||
`accounts`)
|
||||
- [ ] wire futures order intents into the generic `BacktestEngine` execution loop
|
||||
- [x] wire futures order intents into the generic `BacktestEngine` execution
|
||||
loop for account-level open/close execution
|
||||
- [ ] futures intraday matching integration and expiration settlement
|
||||
|
||||
## Execution Order
|
||||
@@ -113,5 +114,5 @@ Active implementation target: continue account parity after exposing the stock
|
||||
account runtime view, core Portfolio fields, deposit/withdraw, financing
|
||||
liability APIs, management-fee callbacks, stock account accessors, and the
|
||||
standalone futures account/order execution model plus generic engine runtime
|
||||
account visibility; next gap is wiring futures order intents into the generic
|
||||
engine execution loop and adding futures intraday/expiration semantics.
|
||||
account visibility and account-level futures order intents; next gap is adding
|
||||
futures intraday matching and expiration settlement semantics.
|
||||
|
||||
Reference in New Issue
Block a user