| 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 #
Use this type to encode toUrlPiece or toText (depending on Servant
version) for queries.
Constructors
| StockSymbol | |
Fields | |
Instances
| Eq StockSymbol # | |
| Ord StockSymbol # | |
| Show StockSymbol # | |
| Generic StockSymbol # | |
| ToHttpApiData StockSymbol # | Surround
|
| ToHttpApiData [StockSymbol] # | Connect separate
|
| type Rep StockSymbol # | |
Query for yahoo finance api.
Constructors
| YQLQuery | |
Fields
| |
data YQLResponse #
Response from a YQL query.
Constructors
| YQLResponse | |
Fields
| |
Instances