finance.options
Class VixRecords
java.lang.Object
   finance.options.VixRecords
finance.options.VixRecords
- public class VixRecords 
- extends java.lang.Object
Copyright 2005, DocJava, Inc.
 User: dlyon
 Date: Sep 11, 2006
 Time: 8:50:53 PM
| Constructor Summary | 
| VixRecords(java.lang.String[] s)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
VixRecords
public VixRecords(java.lang.String[] s)
           throws java.text.ParseException
- Throws:
- java.text.ParseException
add
public void add(VixRecord vr)
- 
 
getRecords
public VixRecord[] getRecords()
- 
 
getMaxClosePrice
public VixRecord getMaxClosePrice()
- 
 
getClosePrices
public double[] getClosePrices()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getRecordsFromUrlAndPrint
public static void getRecordsFromUrlAndPrint()
                                      throws java.text.ParseException,
                                             java.io.IOException
- 
- Throws:
- java.text.ParseException
- java.io.IOException
 
getVixData
public static java.lang.String[] getVixData()
                                     throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
main
public static void main(java.lang.String[] args)
                 throws java.text.ParseException,
                        java.io.IOException
- 
- Throws:
- java.text.ParseException
- java.io.IOException
 
getVixDataFromAFile
public static void getVixDataFromAFile()
                                throws java.io.FileNotFoundException,
                                       java.text.ParseException
- 
- Throws:
- java.io.FileNotFoundException
- java.text.ParseException