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