feat(DATA-004): add underlying instrument selector
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user