Code cleanup
This commit is contained in:
@@ -103,7 +103,7 @@ namespace MarketData.Helper
|
||||
{
|
||||
try
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,"Loading analyst price target for for '" + symbol + "'");
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,"Loading analyst price target for '" + symbol + "'");
|
||||
AnalystPriceTarget analystPriceTarget = MarketDataHelper.GetAnalystPriceTarget(symbol);
|
||||
if (null != analystPriceTarget)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user