Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15622/b4_Business/a07_DataProviders
Modified Files:
HistoricalRawQuoteProvider.cs
Log Message:
The ShortDescription property is overridden and implemented
Index: HistoricalRawQuoteProvider.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalRawQuoteProvider.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HistoricalRawQuoteProvider.cs 16 Sep 2007 21:54:40 -0000 1.3
--- HistoricalRawQuoteProvider.cs 28 Jan 2008 21:50:56 -0000 1.4
***************
*** 34,37 ****
--- 34,45 ----
public class HistoricalRawQuoteProvider : HistoricalQuoteProvider
{
+ public override string ShortDescription
+ {
+ get
+ {
+ return "raw";
+ }
+ }
+
public HistoricalRawQuoteProvider()
{
|