pub fn parse_index_price_msg(
msg: &OKXIndexPriceMsg,
instrument_id: InstrumentId,
price_precision: u8,
ts_init: UnixNanos,
) -> Result<IndexPriceUpdate>
Expand description
Parses an OKX index price message into a Nautilus index price update.