[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/Optimizing/Decoding BasicDecoderF
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:14:40
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Optimizing/Decoding In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13959/Optimizing/Decoding Modified Files: BasicDecoderForTestingPositions.cs Log Message: The new revision moves toward an intraday enabled framework. EndOfDayDate time has been removed, DateTime is used now. The code has been changed accordingly. Index: BasicDecoderForTestingPositions.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Optimizing/Decoding/BasicDecoderForTestingPositions.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** BasicDecoderForTestingPositions.cs 20 Apr 2008 16:33:13 -0000 1.7 --- BasicDecoderForTestingPositions.cs 29 Sep 2008 21:14:23 -0000 1.8 *************** *** 37,40 **** --- 37,41 ---- /// can be decoded only tickers /// </summary> + [Serializable] public abstract class BasicDecoderForTestingPositions : IDecoderForTestingPositions |