pub fn extract_timestamp(
    exchange: &str,
    market_type: MarketType,
    msg: &str
) -> Result<Option<i64>, SimpleError>
Expand description

Extract the timestamp from the message.