Code cleanup
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user