public DDETickerRouter()
        {
            client           = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
        public DDETickerRouter()
        {
            client = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }