[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader/UserForms OTWebDownloader.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-11-30 22:42:42
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28110/Downloader/OpenTickDownloader/UserForms Modified Files: OTWebDownloader.cs Log Message: HistoricalDataProvider has been replaced by HistoricalQuotesProvider Index: OTWebDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms/OTWebDownloader.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OTWebDownloader.cs 22 Aug 2008 22:57:43 -0000 1.5 --- OTWebDownloader.cs 30 Nov 2008 22:42:37 -0000 1.6 *************** *** 360,364 **** 0}); this.numberOfBars.Name = "numberOfBars"; ! this.numberOfBars.Size = new System.Drawing.Size(38, 20); this.numberOfBars.TabIndex = 24; this.numberOfBars.Value = new decimal(new int[] { --- 360,364 ---- 0}); this.numberOfBars.Name = "numberOfBars"; ! this.numberOfBars.Size = new System.Drawing.Size(59, 20); this.numberOfBars.TabIndex = 24; this.numberOfBars.Value = new decimal(new int[] { |