避免已预取tick重复懒加载

This commit is contained in:
boris
2026-06-16 15:18:43 +08:00
parent 716149c06c
commit 0533e2db3a
-3
View File
@@ -560,9 +560,6 @@ where
if self.execution_quote_request_cache.contains(&request_key) {
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)
});
if symbols.is_empty() {