[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader/OTManagement OTManager.cs,
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-11-30 22:42:42
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTManagement In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28110/Downloader/OpenTickDownloader/OTManagement Modified Files: OTManager.cs Log Message: HistoricalDataProvider has been replaced by HistoricalQuotesProvider Index: OTManager.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTManagement/OTManager.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OTManager.cs 20 Jul 2008 20:36:44 -0000 1.2 --- OTManager.cs 30 Nov 2008 22:42:37 -0000 1.3 *************** *** 309,312 **** --- 309,313 ---- { OTManager.oTClient.addHost( "feed1.opentick.com" , 10010 ); + //OTManager.oTClient.addHost( "delayed1.opentick.com" , 10010 ); // string username = // System.Configuration.ConfigurationManager.AppSettings[ |