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