feat(DATA-004): add underlying instrument selector

This commit is contained in:
Bu5hm4nn
2026-03-28 16:40:18 +01:00
parent cdd091a468
commit 3b98ebae69
13 changed files with 378 additions and 15 deletions

View File

@@ -183,7 +183,7 @@ class TestLegacyCachedQuoteHandling:
}
}
)
service = DataService(cache=cache, default_symbol="BTC-USD")
service = DataService(cache=cache, default_underlying="BTC-USD")
quote = await service.get_quote("BTC-USD")