[Quantproject-developers] QuantDownloader/Downloader/Validate/Validators CloseToCloseValidator.cs,1.
Brought to you by:
glauco_1
|
From: <gla...@pr...> - 2004-01-26 14:40:35
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22209/Downloader/Validate/Validators Modified Files: CloseToCloseValidator.cs Log Message: Added the ValidationWarning type specification to the SuspsiciousDataRowEventArgs instance Index: CloseToCloseValidator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators/CloseToCloseValidator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CloseToCloseValidator.cs 16 Dec 2003 15:49:24 -0000 1.1 --- CloseToCloseValidator.cs 25 Jan 2004 15:47:36 -0000 1.2 *************** *** 55,59 **** // the current close to close value is suspiciously larger // than the average close to close ratio ! this.SuspiciousDataRow( this , new SuspiciousDataRowEventArgs( quoteRow ) ); } private void validate_currentTicker_withHistories( --- 55,60 ---- // the current close to close value is suspiciously larger // than the average close to close ratio ! this.SuspiciousDataRow( this , new SuspiciousDataRowEventArgs( ! quoteRow , ValidationWarning.SuspiciousCloseToCloseRatio ) ); } private void validate_currentTicker_withHistories( |