pub fn parse_mark_price_msg(
msg: &OKXMarkPriceMsg,
instrument_id: InstrumentId,
price_precision: u8,
ts_init: UnixNanos,
) -> Result<MarkPriceUpdate>
Expand description
Parses an OKX mark price message into a Nautilus mark price update.