[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader OTTickerDownloader.cs, 1.8
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-04 20:05:31
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1245/OpenTickDownloader Modified Files: OTTickerDownloader.cs Log Message: A new constructor has been added: it allows to download consecutive bars (much faster than the downloader based on specific daily times) P.S. the CVS diff doesn't show this change, but I don't remember having already committed the latest changes, thus I'm submitting it anyway Index: OTTickerDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTTickerDownloader.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OTTickerDownloader.cs 29 Jan 2009 19:48:32 -0000 1.8 --- OTTickerDownloader.cs 4 Feb 2009 20:05:22 -0000 1.9 *************** *** 68,71 **** --- 68,72 ---- private string openTickPassword; + // private OTManager oTManager; private IExchangeSelector exchangeSelector; private IOHLCRequester oHLCRequester; |