Skip to main content

route_time_event

Function route_time_event 

Source
pub fn route_time_event<T>(strategy: &mut T, event: &TimeEvent)
where T: Strategy + StrategyNative + Component + ?Sized,
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.