[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting Account.cs,1.17,1.18
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-06-19 15:00:29
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16411/b4_Business/a1_Financial/a2_Accounting Modified Files: Account.cs Log Message: ReturnOnAccount has changed its type Index: Account.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/Account.cs,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Account.cs 20 Feb 2005 00:03:03 -0000 1.17 --- Account.cs 19 Jun 2005 15:00:09 -0000 1.18 *************** *** 153,157 **** 1 , this.endOfDayTimer.GetCurrentTime() ); } ! return this.accountReport.Summary.ReturnOnAccount; } public int CompareTo( Object account ) --- 153,157 ---- 1 , this.endOfDayTimer.GetCurrentTime() ); } ! return (double)this.accountReport.Summary.ReturnOnAccount.Value; } public int CompareTo( Object account ) |