Traceback (most recent call last):
File "/home/cator/code/apexpro-openapi/tests/./demo_create_order_v3.py", line 40, in
createOrderRes = client.create_order_v3(symbol="FIL-USDT", side="BUY",
File "/home/cator/.pyenv/versions/pyo3/lib/python3.10/site-packages/apexpro/http_private_sign.py", line 61, in create_order_v3
accountId = accountId or self.accountV3.get('id')
AttributeError: 'HttpPrivateSign' object has no attribute 'accountV3'. Did you mean: 'account'?
How to solve it?
Traceback (most recent call last):
File "/home/cator/code/apexpro-openapi/tests/./demo_create_order_v3.py", line 40, in
createOrderRes = client.create_order_v3(symbol="FIL-USDT", side="BUY",
File "/home/cator/.pyenv/versions/pyo3/lib/python3.10/site-packages/apexpro/http_private_sign.py", line 61, in create_order_v3
accountId = accountId or self.accountV3.get('id')
AttributeError: 'HttpPrivateSign' object has no attribute 'accountV3'. Did you mean: 'account'?
How to solve it?