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