[Quantproject-developers] QuantDownloader/Downloader/Validate/Validators MultiValidator.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-04-21 12:05:33
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9917/Downloader/Validate/Validators Modified Files: MultiValidator.cs Log Message: A new Validate method has been defined (not implemented yet) Index: MultiValidator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/Validate/Validators/MultiValidator.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MultiValidator.cs 24 Mar 2004 18:26:39 -0000 1.2 --- MultiValidator.cs 21 Apr 2004 12:04:56 -0000 1.3 *************** *** 78,81 **** --- 78,89 ---- this.validate_RangeToRange( dataTable ); } + /// <summary> + /// Validates the instrument quotes for the given ticker + /// </summary> + /// <param name="ticker">Instrument's ticker</param> + public void Validate( string ticker ) + { + + } } #endregion |