Function crypto_msg_parser::parse_candlestick

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