修正AiQuant等权调仓预算
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user