diff --git a/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs b/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs index e1995e2..6cfc547 100644 --- a/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs +++ b/KLHZ.Trader.Core/Exchange/Services/PortfolioWrapper.cs @@ -27,7 +27,7 @@ namespace KLHZ.Trader.Core.Exchange.Services } else { - await acc.Init(accountId); + await acc.Init(accountId, accountName); Accounts[accountId] = acc; return; }