new sex
This commit is contained in:
@@ -48,9 +48,9 @@ def main():
|
|||||||
elif message["type"] == "reject":
|
elif message["type"] == "reject":
|
||||||
print(message)
|
print(message)
|
||||||
elif message["type"] == "fill":
|
elif message["type"] == "fill":
|
||||||
on_fill(message, exchange, man)
|
on_fill(message, man)
|
||||||
elif message["type"] == "book":
|
elif message["type"] == "book":
|
||||||
on_book(message, exchange, man)
|
on_book(message, man)
|
||||||
|
|
||||||
def on_fill(message, man: Manager):
|
def on_fill(message, man: Manager):
|
||||||
if (message["dir"] == Dir.BUY):
|
if (message["dir"] == Dir.BUY):
|
||||||
|
|||||||
Reference in New Issue
Block a user