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