[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.29,1.30
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-12-20 19:50:33
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19676/b4_Business Modified Files: b4_Business.csproj Log Message: Added classes for slippage management Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** b4_Business.csproj 11 Dec 2005 18:22:48 -0000 1.29 --- b4_Business.csproj 20 Dec 2005 19:50:21 -0000 1.30 *************** *** 503,506 **** --- 503,521 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\Slippage\FixedPercentageSlippageManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\Slippage\ISlippageManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\Slippage\ZeroSlippageManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\Transactions\EndOfDayTransaction.cs" SubType = "Code" |