stocks-0.2.0.0: Library for the IEX Trading API
Net.IEX.Chart
data Chart Source #
Constructors
Fields
Instances
Methods
(==) :: Chart -> Chart -> Bool #
(/=) :: Chart -> Chart -> Bool #
showsPrec :: Int -> Chart -> ShowS #
show :: Chart -> String #
showList :: [Chart] -> ShowS #
Associated Types
type Rep Chart :: * -> * #
from :: Chart -> Rep Chart x #
to :: Rep Chart x -> Chart #
toJSON :: Chart -> Value #
toEncoding :: Chart -> Encoding #
toJSONList :: [Chart] -> Value #
toEncodingList :: [Chart] -> Encoding #
parseJSON :: Value -> Parser Chart #
parseJSONList :: Value -> Parser [Chart] #