[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting Account.cs,1.15,1.16
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-02-13 21:12:30
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25793/b4_Business/a1_Financial/a2_Accounting Modified Files: Account.cs Log Message: The ZeroCommissionManager is used if no other ICommissionManager is specified. Index: Account.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/Account.cs,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Account.cs 13 Feb 2005 00:49:14 -0000 1.15 --- Account.cs 13 Feb 2005 21:12:21 -0000 1.16 *************** *** 124,127 **** --- 124,128 ---- { this.initialize( endOfDayTimer , dataStreamer , orderExecutor ); + this.commissionManager = new ZeroCommissionManager(); this.initialize(); } |