[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a1_Instruments QuoteCache.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-01-09 23:42:15
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a1_Instruments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15367/b4_Business/a1_Financial/a1_Instruments Modified Files: QuoteCache.cs Log Message: The SetCache method has been removed Index: QuoteCache.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a1_Instruments/QuoteCache.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QuoteCache.cs 23 Aug 2004 22:36:47 -0000 1.2 --- QuoteCache.cs 9 Jan 2005 23:42:02 -0000 1.3 *************** *** 49,59 **** } ! public static void SetCache( DateTime startDateTime , DateTime endDateTime ) ! { ! foreach ( Object[] array in quoteIdentifierList ) ! HistoricalDataProvider.Add( ((Instrument) array[ 0 ]).Key , (BarComponent) array[ 1 ] ); ! HistoricalDataProvider.SetCachedHistories( ! startDateTime , endDateTime ); ! } public static History GetOpenHistory( string instrumentKey ) --- 49,59 ---- } ! // public static void SetCache( DateTime startDateTime , DateTime endDateTime ) ! // { ! // foreach ( Object[] array in quoteIdentifierList ) ! // HistoricalDataProvider.Add( ((Instrument) array[ 0 ]).Key , (BarComponent) array[ 1 ] ); ! // HistoricalDataProvider.SetCachedHistories( ! // startDateTime , endDateTime ); ! // } public static History GetOpenHistory( string instrumentKey ) |