Example #1
0
        private void TerminateOrderUpdateThread()
        {
            if (_orderHistoryLogic != null)
            {
                //_orderHistoryLogic.Unsubscribe();
                _orderHistoryLogic.StopListening();
            }

            if (orderHistoryScope != null)
            {
                orderHistoryScope.Dispose();
            }
        }