finance.stocks
Class Quotes
java.lang.Object
   finance.stocks.Quotes
finance.stocks.Quotes
- public class Quotes 
- extends java.lang.Object
Copyright 2005, DocJava, Inc.
 User: dlyon
 Date: Oct 26, 2006
 Time: 1:30:42 PM
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
Quotes
public Quotes(java.lang.String[] symbols)
       throws java.io.IOException
- Throws:
- java.io.IOException
Quotes
public Quotes(Quote[] e)
add
public void add(Quote vr)
- 
 
getRecords
public Quote[] getRecords()
- 
 
getRecords
public Quote[] getRecords(java.util.Date start,
                          java.util.Date end)
- Get the records between start and end, exclusive
 
- 
- Parameters:
- start-
- end-
- Returns:
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
quoteLineToStringVector
public static java.lang.String[] quoteLineToStringVector(java.lang.String pcs)
- 
 
print
public static void print(java.lang.String[] s)
- 
 
getSize
public int getSize()
- 
 
main
public static void main(java.lang.String[] args)
                 throws java.text.ParseException,
                        java.io.IOException
- 
- Throws:
- java.text.ParseException
- java.io.IOException
 
getSymbols
public java.lang.String[] getSymbols()
- 
 
getQuotesFromTickerSymbolsBean
public static Quotes getQuotesFromTickerSymbolsBean()
- 
 
size
public int size()
-