home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / pc / software / finanzen / boerse / stock100.exe / setup.fil / sources / b24findus.src < prev    next >
C/C++ Source or Header  |  1999-02-05  |  877b  |  38 lines

  1. [Symbol]=b24findus
  2. [Country]=1
  3.  
  4. [Name.German]=U.S.-Kurse - Bank24
  5. [Name.English]=U.S. Quotes via Bank24 (Germany)
  6.  
  7. [InfoShort.German]=U.S. Kurse aus NewYork/Nasdaq in USD.  Suche nach WKN.  Kursdaten von Deutsche Bank/Reuters.  
  8.  
  9. [InfoShort.English]=U.S. Quotes in USD.  Search based on ticker symbol and stock exchange.  Quotes provided by Deutsche Bank/Reuters. 
  10.  
  11.  
  12. [InfoLong]=...
  13.  
  14. [SearchFor]=Ticker Symbol
  15. [SearchTransform]=uppercase
  16.  
  17. [BasedOn]=http://www.bank24.de/markt_info/teledata/input.html
  18.  
  19. [Host]=www.bank24.de
  20. [Doc]=ebsi-bin/telesearch?layout=add&searchfor=$(SYMBOL).$(SEARCHWHERE)
  21.  
  22. [SearchWhere]=...
  23. *NYS:New York
  24. NAS:Nasdaq
  25.  
  26. [ParserScript]=...
  27. set "decimal", "."
  28. set "thousand", ","
  29.  
  30. outputto "last"
  31. onerror "<$(SYMBOL) not found>"
  32. findline "Branche"
  33. onerror "<FAIL>"
  34.  
  35. #include "sources\\b24find.inc"
  36.  
  37. set "urlchart", "<N/A>"
  38.