Ejemplo n.º 1
0
 private void biReconnect_ItemClick(object sender, ItemClickEventArgs e)
 {
     BeginInvoke(new MethodInvoker(() => {
         this.biReconnect.Visibility = BarItemVisibility.Never;
         Exchange.StopListenTickersStream();
         Exchange.StartListenTickersStream();
     }));
 }
Ejemplo n.º 2
0
 void SubscribeWebSocket()
 {
     Exchange.StartListenTickersStream();
     this.gvTikers.OptionsBehavior.AllowSortAnimation = DevExpress.Utils.DefaultBoolean.True;
 }
 void SubscribeWebSocket()
 {
     Exchange.StartListenTickersStream();
     ConnectionCheckTimer.Start();
     this.gridView1.OptionsBehavior.AllowSortAnimation = DevExpress.Utils.DefaultBoolean.True;
 }