Add scheduled process hooks to strategy engine

This commit is contained in:
boris
2026-04-23 03:57:10 -07:00
parent 2bbfa35187
commit 6b5112a363
4 changed files with 195 additions and 39 deletions

View File

@@ -99,6 +99,8 @@ pub enum ProcessEventKind {
PreOpenAuction,
OpenAuction,
PostOpenAuction,
PreScheduled,
PostScheduled,
PreOnDay,
OnDay,
PostOnDay,