Rename .notify_info to .data in Notification (bfxapi.notifications).

This commit is contained in:
Davide Casale
2023-02-20 18:29:08 +01:00
parent 6f61b983a5
commit 442155b48e
5 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ submit_order_notification: Notification[Order] = bfx.rest.auth.submit_order(
print("Submit order notification:", submit_order_notification)
order: Order = submit_order_notification.notify_info
order: Order = submit_order_notification.data
# Update its amount and its price
update_order_notification: Notification[Order] = bfx.rest.auth.update_order(