[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor QuotesEditor.cs,1.3,1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-24 18:35:49
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24858/Downloader/QuotesEditor Modified Files: QuotesEditor.cs Log Message: changed suspiciousRatio to 3, just for testing purposes (MSFT gives no suspicious range to range quotes with suspicious ratio set to 8) Index: QuotesEditor.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/QuotesEditor.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** QuotesEditor.cs 21 Mar 2004 16:25:58 -0000 1.3 --- QuotesEditor.cs 24 Mar 2004 18:25:10 -0000 1.4 *************** *** 16,20 **** public class QuotesEditor : System.Windows.Forms.Form { ! private double suspiciousRatio = 8; private ValidateDataTable validateDataTable; --- 16,20 ---- public class QuotesEditor : System.Windows.Forms.Form { ! private double suspiciousRatio = 3; private ValidateDataTable validateDataTable; |