pub async fn get_acc_cash_flow(
client: &Arc<FutuClient>,
env: &str,
acc_id: u64,
market: &str,
clearing_date: &str,
direction: Option<i32>,
) -> Result<String>Expand description
账户资金流水(对齐 py-futu-api get_acc_cash_flow)。clearing_date
格式 yyyy-MM-dd,每次查一天。direction:1=入金 / 2=出金 / None=全部。