跳过无业务分钟回调
This commit is contained in:
@@ -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<'_>,
|
||||
|
||||
Reference in New Issue
Block a user