From 3534aef408d68560fb5daebf718ca5621bdc1861 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 15 Dec 2020 16:34:36 +0000 Subject: [PATCH] added todo --- bfxbot/bfxbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bfxbot/bfxbot.py b/bfxbot/bfxbot.py index 9e16533..cb3bbfa 100644 --- a/bfxbot/bfxbot.py +++ b/bfxbot/bfxbot.py @@ -54,6 +54,7 @@ class BfxBot: self.__status[symbol].add_order(o) # emitting new tick event + ## TODO: handle _on_new_tick() from Strategy await self.__status[symbol].__add_event__(Event(EventKind.NEW_TICK, self.__ticker.current_tick)) def symbol_event_handler(self, symbol) -> EventHandler: