恢复点时刻tick加载语义
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user