finance
Class VixRecords

java.lang.Object
  extended by finance.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)
           
 
Method Summary
 void add(VixRecord vr)
           
 double[] getClosePrices()
           
 VixRecord getMaxClosePrice()
           
 VixRecord[] getRecords()
           
static java.lang.String[] getVixData()
           
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VixRecords

public VixRecords(java.lang.String[] s)
           throws java.text.ParseException
Throws:
java.text.ParseException
Method Detail

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:
toString in class java.lang.Object

getVixData

public static java.lang.String[] getVixData()

main

public static void main(java.lang.String[] args)
                 throws java.text.ParseException,
                        java.io.FileNotFoundException
Throws:
java.text.ParseException
java.io.FileNotFoundException