Skip to content

Commit

Permalink
Fix TimeBarAggregator.stop setting timer name to None
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 23, 2024
1 parent 828ca94 commit 1e34216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautilus_trader/data/aggregation.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ cdef class TimeBarAggregator(BarAggregator):
Stop the bar aggregator.
"""
self._clock.cancel_timer(str(self.bar_type))
self._timer_name = None

cdef timedelta _get_interval(self):
cdef BarAggregation aggregation = self.bar_type.spec.aggregation
Expand Down

0 comments on commit 1e34216

Please sign in to comment.