[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-03-21 09:53:02
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22322/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables Modified Files: Transactions.cs Log Message: Added static property FieldNameForTransactionType Index: Transactions.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables/Transactions.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Transactions.cs 10 Mar 2009 23:17:45 -0000 1.7 --- Transactions.cs 21 Mar 2009 09:52:57 -0000 1.8 *************** *** 19,22 **** --- 19,26 ---- get{ return "InstrumentKey"; } } + public static string FieldNameForTransactionType + { + get{ return "TransactionType"; } + } public Transactions( string reportName , DataTable detailedDataTable ) : base( reportName + " - Transactions" ) |