From 1582958d0420a596db2444a37561410ca0ffe5eb Mon Sep 17 00:00:00 2001 From: OpenSquared Date: Sat, 18 Jul 2026 19:14:24 +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 bdd9ec6..8fcaeca 100644 --- a/backend/services/saxo_client.py +++ b/backend/services/saxo_client.py @@ -24,7 +24,7 @@ from services.saxo_auth import SAXO_API_BASE_URL, get_valid_access_token logger = logging.getLogger(__name__) -_OPTION_ASSET_TYPES = "StockOption,StockIndexOption,FuturesOption,ContractFutures,FxOption" +_OPTION_ASSET_TYPES = "StockOption,StockIndexOption,FuturesOption,ContractFutures" # symbol -> resolved instrument details, cheap in-process cache (roots don't change within a session) _root_uic_cache: Dict[str, Dict[str, Any]] = {}