Removed Active from StopLimits. The real solution is to have an additional key on the stop limits table in addition to Symbol..like Shares.
This commit is contained in:
@@ -238,7 +238,7 @@ namespace TradeBlotter.ViewModels
|
||||
BusyContent=DATA_MESSAGE;
|
||||
|
||||
// DEBUG
|
||||
stopLimit=PortfolioDA.GetStopLimit(symbol);
|
||||
stopLimit=StopLimitDA.GetStopLimit(symbol);
|
||||
portfolioTrades = PortfolioDA.GetTradesSymbol(symbol);
|
||||
portfolioTradesLots=LotAggregator.CombineLots(portfolioTrades);
|
||||
if (null != portfolioTrades && 0 != portfolioTrades.Count)
|
||||
|
||||
Reference in New Issue
Block a user