Exemplo n.º 1
0
        public DDETickerRouter()
        {
            client           = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
Exemplo n.º 2
0
        public DDETickerRouter()
        {
            client = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
Exemplo n.º 3
0
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }
Exemplo n.º 4
0
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }