feat: saxo history

This commit is contained in:
OpenSquared
2026-07-18 19:14:24 +02:00
parent 2fea64a967
commit 1582958d04

View File

@@ -24,7 +24,7 @@ from services.saxo_auth import SAXO_API_BASE_URL, get_valid_access_token
logger = logging.getLogger(__name__) 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) # symbol -> resolved instrument details, cheap in-process cache (roots don't change within a session)
_root_uic_cache: Dict[str, Dict[str, Any]] = {} _root_uic_cache: Dict[str, Dict[str, Any]] = {}