pub async fn run_acc_cash_flow(
gateway: &str,
acc_id: u64,
clearing_date: &str,
env: &str,
market: &str,
direction: Option<i32>,
_format: OutputFormat,
) -> Result<()>Expand description
v1.4.30 P2: 账户资金流水(对齐 py-futu-api get_acc_cash_flow)