pub fn parse_ticker_to_index_price(
msg: &DeribitTickerMsg,
instrument: &InstrumentAny,
ts_init: UnixNanos,
) -> Result<IndexPriceUpdate>Expand description
Parses a Deribit ticker message into a Nautilus IndexPriceUpdate.
ยงErrors
Returns an error if the price cannot be converted to the required precision.