[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader OTTickerDownloader.cs, 1.9
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-02-07 16:55:36
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27408/Downloader/OpenTickDownloader Modified Files: OTTickerDownloader.cs Log Message: Just completed a remark to the code. Index: OTTickerDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTTickerDownloader.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** OTTickerDownloader.cs 4 Feb 2009 20:05:22 -0000 1.9 --- OTTickerDownloader.cs 7 Feb 2009 16:55:31 -0000 1.10 *************** *** 95,99 **** "starting Date for download!"); if( checkForMissingQuotes && downloadOnlySuccessiveQuotesToTheLastQuoteInDatabase ) ! //the two options have to be different in value or both false throw new Exception("Downloading only quotes successive to the last quote in the DB " + "implies that missing quotes will not be checked" ); --- 95,99 ---- "starting Date for download!"); if( checkForMissingQuotes && downloadOnlySuccessiveQuotesToTheLastQuoteInDatabase ) ! //the two options have to be different in value or both false. They can't be both true throw new Exception("Downloading only quotes successive to the last quote in the DB " + "implies that missing quotes will not be checked" ); |