Update WsPrivateAsyncTest.py

This commit is contained in:
okxapi 2024-01-18 15:49:13 +08:00 committed by GitHub
parent 71504d3e33
commit db0bbb5546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ async def main():
) )
await ws.start() await ws.start()
args = [] args = []
arg1 = {"channel": "account", "instType": "BTC"} arg1 = {"channel": "account", "ccy": "BTC"}
arg2 = {"channel": "orders", "instType": "ANY"} arg2 = {"channel": "orders", "instType": "ANY"}
arg3 = {"channel": "balance_and_position"} arg3 = {"channel": "balance_and_position"}
args.append(arg1) args.append(arg1)