07.4.3.16 — Production Execution Pricing Layer

This commit is contained in:
2026-05-09 13:08:29 +03:00
parent 71cf206e32
commit e97dcd372b
15 changed files with 1179 additions and 188 deletions

View File

@@ -296,7 +296,7 @@ def _market_snapshot(symbol: str | None) -> dict[str, object] | None:
return None
try:
return ExchangeService().get_market_snapshot(symbol)
return ExchangeService().get_market_snapshot(symbol, runtime_key="auto")
except Exception:
return None