Function crypto_msg_parser::parse_bbo

source ยท
pub fn parse_bbo(
    exchange: &str,
    market_type: MarketType,
    msg: &str,
    received_at: Option<i64>,
) -> Result<Vec<BboMsg>, SimpleError>
Expand description

Parse BBO(best bid&offer) messages.