Code cleanup
This commit is contained in:
@@ -103,7 +103,7 @@ namespace MarketData.Helper
|
|||||||
{
|
{
|
||||||
try
|
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);
|
AnalystPriceTarget analystPriceTarget = MarketDataHelper.GetAnalystPriceTarget(symbol);
|
||||||
if (null != analystPriceTarget)
|
if (null != analystPriceTarget)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user