Exemplo n.º 1
0
        private void OnQuotesChanged()
        {
            var ivDepth = _depth.IV();

            this.GuiAsync(() =>
            {
                this.Quotes.Clear();
                this.Quotes.AddRange(ivDepth.Select(q => new IVQuote(q)));
            });
        }