For SymbolCache
This commit is contained in:
@@ -341,7 +341,8 @@ namespace TradeBlotter.ViewModels
|
||||
BusyContent = DATA_MESSAGE;
|
||||
Task workerTask = Task.Factory.StartNew(() =>
|
||||
{
|
||||
if (selectedWatchList.Equals(Constants.CONST_ALL)) symbols = PricingDA.GetSymbols();
|
||||
// if (selectedWatchList.Equals(Constants.CONST_ALL)) symbols = PricingDA.GetSymbols();
|
||||
if (selectedWatchList.Equals(Constants.CONST_ALL)) symbols = SymbolCache.GetInstance().GetSymbols();
|
||||
else symbols = WatchListDA.GetWatchList(selectedWatchList);
|
||||
});
|
||||
workerTask.ContinueWith((continuation) =>
|
||||
|
||||
Reference in New Issue
Block a user