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