From ec5cf5abf43b4d94b480404c906027b5ff15f349 Mon Sep 17 00:00:00 2001 From: OpenSquared Date: Sat, 18 Jul 2026 18:48:50 +0200 Subject: [PATCH] feat: saxo history --- backend/services/saxo_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/saxo_client.py b/backend/services/saxo_client.py index e2007ef..6022bf1 100644 --- a/backend/services/saxo_client.py +++ b/backend/services/saxo_client.py @@ -150,7 +150,7 @@ def _snapshot_via_subscription(uic: int, asset_type: str = "StockOption") -> Dic body = { "ContextId": context_id, "ReferenceId": reference_id, - "Arguments": {"Uic": uic, "AssetType": asset_type, "AccountKey": get_default_account_key()}, + "Arguments": {"Identifier": uic, "AssetType": asset_type, "AccountKey": get_default_account_key()}, "RefreshRate": 5000, } resp = httpx.post(