finance.tickers
Class Tickers

java.lang.Object
  extended by finance.tickers.Tickers

public class Tickers
extends java.lang.Object

User: lyon Date: Jul 20, 2007 Time: 6:18:11 AM Copyright DocJava, Inc. 2005.


Constructor Summary
Tickers()
           
 
Method Summary
static java.lang.String[] getAllTickers()
          The big slow list builder.
static java.lang.String[] getAllTickersFast()
           
 java.lang.String[] getTickers()
           
 java.lang.String[] getUrls()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tickers

public Tickers()
        throws java.io.IOException,
               javax.swing.text.BadLocationException
Throws:
java.io.IOException
javax.swing.text.BadLocationException
Method Detail

getTickers

public java.lang.String[] getTickers()

getUrls

public java.lang.String[] getUrls()
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        javax.swing.text.BadLocationException
Throws:
java.io.IOException
javax.swing.text.BadLocationException

getAllTickersFast

public static java.lang.String[] getAllTickersFast()
                                            throws java.io.IOException
Throws:
java.io.IOException

getAllTickers

public static java.lang.String[] getAllTickers()
                                        throws java.io.IOException,
                                               javax.swing.text.BadLocationException
The big slow list builder. Get 100k symbols. Do you really want this? It is funds pink sheets amex nyse, everything.

Returns:
Throws:
java.io.IOException
javax.swing.text.BadLocationException