mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Rename .notify_info to .data in Notification (bfxapi.notifications).
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user