Esempio n. 1
0
 public IEXDataDownloader()
 {
     _handler = new IEXDataQueueHandler(null, false);
 }
Esempio n. 2
0
 public IEXDataDownloader()
 {
     _handler = new IEXDataQueueHandler();
 }
Esempio n. 3
0
 public IEXDataDownloader(string apiKey)
 {
     _handler = new IEXDataQueueHandler(false, apiKey);
     _apiKey  = apiKey;
 }