[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/returnsManagement CloseToCloseRet
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-07-13 09:49:44
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2138 Modified Files: CloseToCloseReturnsManager.cs Log Message: The previous log message was wrong: this class is used to keep and provide, in an efficient way, array of close to close returns (to be used by in sample optimizations) Index: CloseToCloseReturnsManager.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement/CloseToCloseReturnsManager.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CloseToCloseReturnsManager.cs 13 Jul 2007 09:46:54 -0000 1.1 --- CloseToCloseReturnsManager.cs 13 Jul 2007 09:49:36 -0000 1.2 *************** *** 29,34 **** { /// <summary> ! /// This abstract class is used to keep and provide, in an efficient ! /// way, array of returs (to be used by in sample optimizations) /// </summary> public class CloseToCloseReturnsManager : ReturnsManager --- 29,34 ---- { /// <summary> ! /// This class is used to keep and provide, in an efficient way, array ! /// of close to close returns (to be used by in sample optimizations) /// </summary> public class CloseToCloseReturnsManager : ReturnsManager |