| Home | Trees | Index | Help |
|
|---|
| Module YahooQuote :: Class Quote |
|
| Method Summary | |
|---|---|
__init__(self,
ticker,
**kw)
| |
__repr__(self)
| |
Static method - Constructs a Quote object from a given metakit row (Static method)
| |
Static method - reads a raw line from yahoo history and returns a Quote object (Static method) | |
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 aQuote 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 |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 25 22:42:21 2007 | http://epydoc.sf.net |