This commit is contained in:
2026-05-05 16:38:45 +00:00
parent 4eadc32f03
commit 5f945f8b08
10 changed files with 24326 additions and 1377 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 1,
"id": "6c70a8c3",
"metadata": {},
"outputs": [],
@@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 2,
"id": "ff971ca9",
"metadata": {},
"outputs": [],
@@ -49,7 +49,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 3,
"id": "fc2c6d2b",
"metadata": {},
"outputs": [],
@@ -154,9 +154,37 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 9,
"id": "4b39754d",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'status': 'OK', 'data': EmptyModel(), 'error': None, 'pagination': None}"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dict(await trading_client.orders.cancel_order(order_id='123'))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "976ca20d",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},