Module YahooQuote :: Class Quote
[show private | hide private]
[frames | no frames]

Class Quote


dumb object which wraps quote data
Method Summary
  __init__(self, ticker, **kw)
  __repr__(self)
  fromRow(ticker, row)
Static method - Constructs a Quote object from a given metakit row (Static method)
  fromYahooHistory(ticker, line)
Static method - reads a raw line from yahoo history and returns a Quote object (Static method)
  fromYahooQuote(ticker, line)
Static method - given a ticker object and a raw quote line from Yahoo for that ticker, build and return a Quote object with that data (Static method)

Static Method Details

fromRow(ticker, row)

Static method - Constructs a Quote object from a given metakit row

fromYahooHistory(ticker, line)

Static method - reads a raw line from yahoo history and returns a Quote object

fromYahooQuote(ticker, line)

Static method - given a ticker object and a raw quote line from Yahoo for that ticker, build and return a Quote object with that data

Generated by Epydoc 2.1 on Mon Jun 25 22:42:21 2007 http://epydoc.sf.net