rebuild(stage-7): deliver ladder and sector rotation

This commit is contained in:
leefer
2026-07-30 03:28:24 +08:00
parent 31a53de890
commit a76d344a98
28 changed files with 1161 additions and 13 deletions
+1 -1
View File
@@ -64,6 +64,6 @@ def build_container(settings: Settings) -> ApplicationContainer:
system_credentials=credentials,
model_pool=ModelPoolService(database, model_pool_repository, cipher),
market=MarketService(
gateway, MarketSnapshotService(database, market_repository, tushare)
gateway, MarketSnapshotService(database, market_repository, gateway)
),
)