Ejemplo n.º 1
0
        public FuturesRequestHandler(CustomWebBrowser browser, string prefix)
        {
            _currentBrowser = browser;
            Prefix          = prefix;

            //Task.Run(checkCatchStatus);
        }
Ejemplo n.º 2
0
 public BTC9RequestHandler(CustomWebBrowser browser, string prefix, string bid)
 {
     _currentBrowser = browser;
     Prefix          = prefix;
     Bid             = bid;
     //Task.Run(checkCatchStatus);
 }
Ejemplo n.º 3
0
 public FuturesRequestHandler(CustomWebBrowser browser, string prefix)
 {
     _currentBrowser = browser;
     Prefix          = prefix;
 }