Ejemplo n.º 1
0
        public void Reload()
        {
            var balances = ApiProvider.GetBalance();

            if (balances != null)
            {
                Balances = balances.OrderByDescending(x => x.Available).ToDictionary(x => x.Currency, x => x);
                SetObject();
            }
        }