[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalAdjustedQuoteProvide
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:50:46
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15587/b4_Business/a07_DataProviders Modified Files: HistoricalAdjustedQuoteProvider.cs Log Message: The ShortDescription property is overridden and implemented Index: HistoricalAdjustedQuoteProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalAdjustedQuoteProvider.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HistoricalAdjustedQuoteProvider.cs 7 Oct 2007 13:13:52 -0000 1.4 --- HistoricalAdjustedQuoteProvider.cs 28 Jan 2008 21:50:40 -0000 1.5 *************** *** 34,37 **** --- 34,45 ---- public class HistoricalAdjustedQuoteProvider : HistoricalQuoteProvider { + public override string ShortDescription + { + get + { + return "adj"; + } + } + public HistoricalAdjustedQuoteProvider() { |