rebuild(stage-6): deliver emotion and market pools
This commit is contained in:
@@ -94,6 +94,11 @@ class EastmoneyProvider:
|
||||
)
|
||||
return ProviderResult(tuple(rows), metadata)
|
||||
|
||||
def snapshot_inputs(
|
||||
self, trade_date: str, previous_trade_date: str
|
||||
) -> dict[str, ProviderResult | dict[str, object]]:
|
||||
raise ProviderError("The display provider cannot build market snapshots")
|
||||
|
||||
@staticmethod
|
||||
def _secid(entity_type: str, identifier: str) -> str:
|
||||
if entity_type == "index" and identifier in INDEX_CODES:
|
||||
|
||||
Reference in New Issue
Block a user