Add subscription guards for platform trading actions

This commit is contained in:
boris
2026-04-23 19:02:25 -07:00
parent 58836a1c37
commit 86e4db6272
3 changed files with 143 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ current alignment pass.
- [x] `update_universe`
- [x] `subscribe`
- [x] `unsubscribe`
- [ ] tick-frequency subscription guards exposed at strategy API level
- [x] tick-frequency subscription guards exposed at strategy API level
### Phase 4: Algo order parity
@@ -57,5 +57,5 @@ current alignment pass.
## Current Step
Active implementation target: Phase 2/3 follow-up, finer `1m`/`tick`
strategy execution entrypoints and subscription guards.
Active implementation target: Phase 2 follow-up, finer `1m`/`tick`
strategy execution entrypoints beyond the current explicit intraday schedules.