Example #1
0
        public FuturesRequestHandler(CustomWebBrowser browser, string prefix)
        {
            _currentBrowser = browser;
            Prefix          = prefix;

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