feat: saxo history

This commit is contained in:
OpenSquared
2026-07-18 18:48:50 +02:00
parent e1e21bf912
commit ec5cf5abf4

View File

@@ -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(