pub fn dispatch_ws_message(
ts_init: UnixNanos,
message: BitmexWsMessage,
emitter: &ExecutionEventEmitter,
state: &WsDispatchState,
instruments_by_symbol: &mut AHashMap<Ustr, InstrumentAny>,
order_type_cache: &mut AHashMap<ClientOrderId, OrderType>,
order_symbol_cache: &mut AHashMap<ClientOrderId, Ustr>,
account_id: AccountId,
)Expand description
Top-level dispatch for all BitMEX WebSocket messages on the execution stream.