pub fn route_time_event<T>(strategy: &mut T, event: &TimeEvent)Expand description
Routes a time event through framework-managed strategy handlers.
Runtime hosts call this before the user-facing [DataActor::on_time_event] callback so custom
Strategy::on_time_event implementations cannot replace managed GTD expiry or market exit
routing.