pub fn parse_derivative_ticker_msg(
msg: &DerivativeTickerMsg,
instrument_id: InstrumentId,
) -> Result<Option<FundingRateUpdate>>Expand description
Parses a derivative ticker message into a funding rate update.
ยงErrors
Returns an error if timestamp conversion or decimal conversion fails.