| Copyright | (c) James M.C. Haver II 2016 |
|---|---|
| License | BSD3 |
| Safe Haskell | None |
| Language | Haskell2010 |
Web.Yahoo.Finance.YQL.Internal.Types
Description
This is an internal module. Use at your own risk.
- data Quote = Quote {}
- newtype StockSymbol = StockSymbol {}
- data YQLQuery = YQLQuery {
- yqlQuery :: [StockSymbol]
- data YQLResponse = YQLResponse {}
Documentation
Quote data received from YQL.
Constructors
| Quote | |
Fields
| |
newtype StockSymbol Source #
Use this type to encode toUrlPiece or toText (depending on Servant
version) for queries.
Constructors
| StockSymbol | |
Fields | |
Instances
| Eq StockSymbol Source # | |
| Ord StockSymbol Source # | |
| Show StockSymbol Source # | |
| Generic StockSymbol Source # | |
| ToHttpApiData StockSymbol Source # | Surround
|
| ToHttpApiData [StockSymbol] Source # | Connect separate
|
| type Rep StockSymbol Source # | |
data YQLResponse Source #
Response from a YQL query.
Constructors
| YQLResponse | |
Fields
| |
Instances