get_kline

Function get_kline 

Source
pub async fn get_kline(
    client: &Arc<FutuClient>,
    symbol: &str,
    kl_type_str: &str,
    count: Option<i32>,
    begin: Option<&str>,
    end: Option<&str>,
) -> Result<String>