Code cleanup

This commit is contained in:
2025-03-27 23:30:35 -04:00
parent 3449a91eb5
commit 860de51b77
2 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ namespace MarketData.Helper
}
finally
{
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("[LoadHistorical]End, total took {0}(ms)",profiler.End()));
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("[LoadHeadlines]End, total took {0}(ms)",profiler.End()));
}
}
public bool LoadHeadlines(List<String> requestSymbols)
@@ -79,7 +79,7 @@ namespace MarketData.Helper
}
finally
{
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("[LoadHistorical]End, total took {0}(ms)",profiler.End()));
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("[LoadHeadlines]End, total took {0}(ms)",profiler.End()));
}
}
private List<String> GetQueueSymbols()