[Quantproject-developers] QuantProject/b2_DataAccess/Tables Tickers_tickerGroups.cs,1.3,1.4
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-08-04 22:56:40
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess/Tables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30543/b2_DataAccess/Tables Modified Files: Tickers_tickerGroups.cs Log Message: Added methods to the class Index: Tickers_tickerGroups.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/Tables/Tickers_tickerGroups.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Tickers_tickerGroups.cs 25 Jul 2004 12:08:53 -0000 1.3 --- Tickers_tickerGroups.cs 4 Aug 2004 22:56:29 -0000 1.4 *************** *** 91,95 **** groupID + "'"); } ! /// <summary> /// It returns true if some tickers are grouped in the given groupID --- 91,106 ---- groupID + "'"); } ! /* ! /// <summary> ! /// It returns a table containing all the tickers ! /// gained through a recursion through all the groups contained in the given groupID ! /// </summary> ! public static DataTable GetTickersWithRecursionInsideGroup( string groupID) ! { ! /// TO DO use a join in order to return a table with tiTicker and company name ! ! } ! */ ! /// <summary> /// It returns true if some tickers are grouped in the given groupID |