07.4.3.16 — Production Execution Pricing Layer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user