修正AiQuant等权调仓预算

This commit is contained in:
boris
2026-07-01 15:00:55 +08:00
parent eae82128ee
commit cad8877b7a
3 changed files with 26 additions and 26 deletions
+1 -5
View File
@@ -2884,11 +2884,7 @@ where
});
let note = format!(
"cash_dividend_receivable {} share_cash={:.6} quantity={} payable_date={} cash={:.2}",
action.symbol,
action.share_cash,
quantity_after,
payable_date,
cash_delta
action.symbol, action.share_cash, quantity_after, payable_date, cash_delta
);
notes.push(note.clone());
report.account_events.push(AccountEvent {