pub fn parse_trade_msg(
msg: &OKXTradeMsg,
instrument_id: InstrumentId,
price_precision: u8,
size_precision: u8,
ts_init: UnixNanos,
) -> Result<TradeTick>
Expand description
Parses an OKX trade message into a Nautilus trade tick.