pub fn parse_ticker_msg(
msg: &OKXTickerMsg,
instrument_id: InstrumentId,
price_precision: u8,
size_precision: u8,
ts_init: UnixNanos,
) -> Result<QuoteTick>
Expand description
Parses an OKX ticker message into a Nautilus quote tick.