diff --git a/AssetManager.Services/PortfolioService.cs b/AssetManager.Services/PortfolioService.cs index 5073652..e088c24 100755 --- a/AssetManager.Services/PortfolioService.cs +++ b/AssetManager.Services/PortfolioService.cs @@ -349,7 +349,7 @@ public class PortfolioService : IPortfolioService Symbol = pos.StockCode, Amount = (int)pos.Shares, AveragePrice = (double)pos.AvgPrice, - CurrentPrice = (double)TodayProfit, + CurrentPrice = (double)CurrentPrice, TotalValue = (double)positionValueInTarget, Profit = (double)(positionValueInTarget - costInTarget), ProfitRate = ProfitRate,