Module runner

Module runner 

Source
Expand description

Tokio-based channel senders for live trading runtime.

This module provides thread-local storage for tokio mpsc channels used in live trading.

Functionsยง

get_data_event_sender
Gets the global data event sender.
get_exec_event_sender
Gets the global execution event sender.
set_data_event_sender
Sets the global data event sender.
set_exec_event_sender
Sets the global execution event sender.