Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/ExchangeSelectors
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6030/Downloader/OpenTickDownloader/ExchangeSelectors
Modified Files:
IExchangeSelector.cs
Log Message:
The interface has been patched, to handle the event that no exchange has been found, for a given ticker
Index: IExchangeSelector.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/ExchangeSelectors/IExchangeSelector.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IExchangeSelector.cs 9 Jul 2008 22:18:30 -0000 1.1
--- IExchangeSelector.cs 20 Jul 2008 20:34:51 -0000 1.2
***************
*** 33,37 ****
{
/// <summary>
! /// returns an identifier for an exchange where the ticker is traded
/// </summary>
/// <param name="ticker"></param>
--- 33,39 ----
{
/// <summary>
! /// returns an identifier for an exchange where the ticker is traded;
! /// if the ticker is not found traded on any exchange, then
! /// an empty string is returned
/// </summary>
/// <param name="ticker"></param>
|