明确红利账务再投来源并修复流式遗漏与校正时钟

This commit is contained in:
boris
2026-09-14 22:30:05 +08:00
parent fbc4233dcd
commit 984f9d308d
11 changed files with 681 additions and 140 deletions
+2
View File
@@ -5335,6 +5335,7 @@ where
.map_err(BacktestError::Execution)?;
report.fill_events.push(FillEvent {
origin: crate::events::FillOrigin::MarketExecution,
date,
decision_date: None,
order_created_date: None,
@@ -7168,6 +7169,7 @@ where
}
report.fill_events.push(FillEvent {
origin: crate::events::FillOrigin::MarketExecution,
date,
decision_date: None,
order_created_date: None,