跳过无业务分钟回调

This commit is contained in:
boris
2026-08-25 04:02:33 +08:00
parent 85c9d03b99
commit 81d70f18b3
6 changed files with 154 additions and 21 deletions
+4
View File
@@ -384,6 +384,10 @@ impl<C, R> BrokerSimulator<C, R> {
})
.collect()
}
pub fn has_open_orders(&self) -> bool {
!self.open_orders.borrow().is_empty()
}
}
impl<C, R> BrokerSimulator<C, R>