pub fn execution(
exec: &KrakenWsExecutionData,
state: &WsDispatchState,
emitter: &ExecutionEventEmitter,
instruments: &Arc<AtomicMap<InstrumentId, InstrumentAny>>,
truncated_id_map: &Arc<AtomicMap<String, ClientOrderId>>,
order_qty_cache: &Arc<AtomicMap<String, f64>>,
account_id: AccountId,
ts_init: UnixNanos,
)Expand description
Dispatches a Kraken Spot v2 execution message.