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