pub fn parse_ticker_to_quote(
msg: &DeribitTickerMsg,
instrument: &InstrumentAny,
ts_init: UnixNanos,
) -> Result<QuoteTick>Expand description
Parses a Deribit ticker message into a Nautilus QuoteTick.
ยงErrors
Returns an error if the quote cannot be parsed.