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.