[Quantproject-developers] QuantDownloader/Downloader/Validate/Validators OHLCvalidator.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@pr...> - 2004-01-27 03:55:09
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21582/Downloader/Validate/Validators Modified Files: OHLCvalidator.cs Log Message: Added the ValidationWarning type specification to the SuspsiciousDataRowEventArgs instance Index: OHLCvalidator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators/OHLCvalidator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OHLCvalidator.cs 16 Dec 2003 16:24:03 -0000 1.1 --- OHLCvalidator.cs 25 Jan 2004 15:45:01 -0000 1.2 *************** *** 36,41 **** ( Convert.ToDouble( quotesRow[ "quHigh" ] ) ) ) ) ! ) ! SuspiciousDataRow( this , new SuspiciousDataRowEventArgs( quotesRow ) ); } /// <summary> --- 36,42 ---- ( Convert.ToDouble( quotesRow[ "quHigh" ] ) ) ) ) ! ) ! SuspiciousDataRow( this , new SuspiciousDataRowEventArgs( ! quotesRow , ValidationWarning.OpenHighLowCloseLogicalInconsistency ) ); } /// <summary> |