sunw.demo.quote
Class LocalQuote

java.lang.Object
  |
  +--sunw.demo.quote.LocalQuote

public class LocalQuote
extends java.lang.Object

Produces random stock quotes. Useful for demos where and internet connection isn't available or the market has closed.

See Also:
YahooQuote

Constructor Summary
LocalQuote()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalQuote

public LocalQuote()