[Quantproject-developers] QuantProject/b5_Presentation/Reporting/WindowsForm Report.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-11-29 16:20:10
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21964/b5_Presentation/Reporting/WindowsForm Modified Files: Report.cs Log Message: ExtededDateTime has been replaced by EndOfDayDateTime Index: Report.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Reporting/WindowsForm/Report.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Report.cs 6 Aug 2004 13:46:21 -0000 1.2 --- Report.cs 29 Nov 2004 16:20:00 -0000 1.3 *************** *** 25,28 **** --- 25,29 ---- using QuantProject.Business.Financial.Accounting; using QuantProject.Business.Financial.Accounting.Reporting; + using QuantProject.Business.Timing; namespace QuantProject.Presentation.Reporting.WindowsForm *************** *** 46,50 **** /// </summary> private void show_set_accountReport( string reportName , ! int numDaysForInterval , ExtendedDateTime endDateTime , string buyAndHoldTicker ) { if ( this.accountReport == null ) --- 47,51 ---- /// </summary> private void show_set_accountReport( string reportName , ! int numDaysForInterval , EndOfDayDateTime endDateTime , string buyAndHoldTicker ) { if ( this.accountReport == null ) *************** *** 61,65 **** } public void Show( string reportName , ! int numDaysForInterval , ExtendedDateTime endDateTime , string buyAndHoldTicker ) { this.show_set_accountReport( reportName , --- 62,66 ---- } public void Show( string reportName , ! int numDaysForInterval , EndOfDayDateTime endDateTime , string buyAndHoldTicker ) { this.show_set_accountReport( reportName , |