parse_book_ticker

Function parse_book_ticker 

Source
pub fn parse_book_ticker(
    msg: &BinanceFuturesBookTickerMsg,
    instrument: &InstrumentAny,
) -> BinanceWsResult<QuoteTick>
Expand description

Parses a book ticker message into a QuoteTick.

ยงErrors

Returns an error if parsing fails.