[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders IHistoricalQuoteProvider.cs, 1
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:48:09
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14236/b4_Business/a07_DataProviders Modified Files: IHistoricalQuoteProvider.cs Log Message: The read only ShortDescription property is now requested by the interface Index: IHistoricalQuoteProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/IHistoricalQuoteProvider.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IHistoricalQuoteProvider.cs 16 Sep 2007 21:49:27 -0000 1.2 --- IHistoricalQuoteProvider.cs 28 Jan 2008 21:48:01 -0000 1.3 *************** *** 50,53 **** --- 50,57 ---- EndOfDayHistory GetEndOfDayQuotes( string ticker , EndOfDayHistory endOfDayHistory ); + /// <summary> + /// Short description: it might be used for file names + /// </summary> + string ShortDescription { get; } } } |