恢复点时刻tick加载语义

This commit is contained in:
boris
2026-06-16 15:35:54 +08:00
parent 0533e2db3a
commit 70695d8c92
+3
View File
@@ -560,6 +560,9 @@ where
if self.execution_quote_request_cache.contains(&request_key) { if self.execution_quote_request_cache.contains(&request_key) {
return false; return false;
} }
if start_time.is_some() && end_time.is_none() {
return true;
}
!has_execution_quote_in_window(&self.data, execution_date, symbol, start_time, end_time) !has_execution_quote_in_window(&self.data, execution_date, symbol, start_time, end_time)
}); });
if symbols.is_empty() { if symbols.is_empty() {