[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalAdjustedBarProvider.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-04-21 21:29:42
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18616/b4_Business/a07_DataProviders Modified Files: HistoricalAdjustedBarProvider.cs Log Message: The Serializable attribute has been added Index: HistoricalAdjustedBarProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalAdjustedBarProvider.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HistoricalAdjustedBarProvider.cs 4 Apr 2009 15:48:05 -0000 1.1 --- HistoricalAdjustedBarProvider.cs 21 Apr 2009 21:29:24 -0000 1.2 *************** *** 31,34 **** --- 31,35 ---- /// Returns adjusted historical intraday market values /// </summary> + [Serializable] public class HistoricalAdjustedBarProvider : HistoricalMarketValueProvider { |