pub fn set_exec_cmd_sender(sender: Arc<dyn TradingCommandSender>)
Expand description
Sets the global trading command sender.
This should be called by the runner when it initializes. Can only be called once per thread.
ยงPanics
Panics if a sender has already been set.