build 042: remove MarketPriceCache compatibility facade

This commit is contained in:
2026-07-14 18:56:40 +03:00
parent b2f6377143
commit 225f07bc4b
11 changed files with 140 additions and 193 deletions

View File

@@ -213,3 +213,14 @@ class InMemoryQuoteStore:
)
return normalized_symbol
QUOTE_RUNTIME_SOURCE_NAME = "legacy-market-price-cache"
_SHARED_QUOTE_STORE: QuoteStoreProtocol = InMemoryQuoteStore()
def get_quote_store() -> QuoteStoreProtocol:
"""Вернуть общий runtime-экземпляр канонического Quote Store."""
return _SHARED_QUOTE_STORE