tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 3534aef408 - Show all commits

View File

@ -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: