some change
This commit is contained in:
2
bot.py
2
bot.py
@@ -54,7 +54,7 @@ def main():
|
|||||||
elif message["type"] == "book":
|
elif message["type"] == "book":
|
||||||
on_book(message, state)
|
on_book(message, state)
|
||||||
elif message["type"] == "trade":
|
elif message["type"] == "trade":
|
||||||
on_trade(message, state)
|
on_trade(message, orderman, state)
|
||||||
elif message["type"] == "fill":
|
elif message["type"] == "fill":
|
||||||
on_fill(message, orderman, state)
|
on_fill(message, orderman, state)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user