pub fn parse_candlestick(
    exchange: &str,
    market_type: MarketType,
    msg: &str
) -> Result<Vec<CandlestickMsg>, SimpleError>