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

@@ -20,7 +20,7 @@ submit_order_notification = bfx.rest.auth.submit_order(
lev=10
)
print("New Order:", submit_order_notification.notify_info)
print("New Order:", submit_order_notification.data)
# Update the amount of collateral for tBTCF0:USTF0 derivative position
derivative_position_collateral: DerivativePositionCollateral = \