跳过无业务分钟回调

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
+3
View File
@@ -22,6 +22,9 @@ pub trait Strategy {
fn initial_subscriptions(&self) -> BTreeSet<String> {
BTreeSet::new()
}
fn requires_minute_callbacks(&self) -> bool {
true
}
fn management_fee(
&mut self,
_ctx: &StrategyContext<'_>,