[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.13,1.14
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-12-14 21:30:25
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12398/b4_Business Modified Files: b4_Business.csproj Log Message: Modified Add (Order order) method: now it is simply updated the activeOrders field (arrayList) Added new methods: - ClearOrders, for clearing all activeOrders; - ExecuteOrders, for execution of all active orders Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** b4_Business.csproj 5 Dec 2004 02:35:35 -0000 1.13 --- b4_Business.csproj 14 Dec 2004 21:30:15 -0000 1.14 *************** *** 130,141 **** WrapperTool = "primary" /> - <Reference - Name = "Microsoft.Office.Core" - Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" - VersionMajor = "2" - VersionMinor = "3" - Lcid = "0" - WrapperTool = "primary" - /> </References> </Build> --- 130,133 ---- |