Skip to main content

get_history_kl_quota

Function get_history_kl_quota 

Source
pub async fn get_history_kl_quota(
    client: &Arc<FutuClient>,
    get_detail: bool,
) -> Result<String>
Expand description

查历史 K 线下载配额(use_quota + remain_quota)。 get_detail=false 只要概要,true 返回每只股票的下载时间(但我们只给 计数避免超长 response,详情用 REST)。