build 042: remove MarketPriceCache compatibility facade
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user