Skip to main content

get_capital_flow

Function get_capital_flow 

Source
pub async fn get_capital_flow(
    client: &Arc<FutuClient>,
    symbol: &str,
    period_type: Option<i32>,
    begin_time: Option<String>,
    end_time: Option<String>,
) -> Result<String>