feat(qe-m3-01): implement GetBarsAsOf with lookahead bias prevention and complete unit tests
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 9s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 16s

This commit is contained in:
2026-07-12 21:46:38 +09:00
parent 5589a0432b
commit b0c9776601
7 changed files with 363 additions and 7 deletions
+1
View File
@@ -115,6 +115,7 @@ try
builder.Services.AddScoped<SourcePriorityResolver>();
builder.Services.AddScoped<PriceDataNormalizer>();
builder.Services.AddScoped<ICollectionOrchestrator, KisDataCollectionOrchestrator>();
builder.Services.AddScoped<IPriceHistoryReader, PriceHistoryReader>();
// Hangfire Background Jobs
try