Skip to main content

get_short_interest

Function get_short_interest 

Source
pub async fn get_short_interest(
    client: &Arc<FutuClient>,
    symbol: &str,
    next_key: Option<&str>,
    num: Option<i32>,
) -> Result<String>