stocks-0.2.0.0: Library for the IEX Trading API

Safe HaskellNone
LanguageHaskell2010

Net.IEX.TimeSeries

Documentation

data TimeSeries Source #

Instances

Eq TimeSeries Source # 
Show TimeSeries Source # 
Generic TimeSeries Source # 

Associated Types

type Rep TimeSeries :: * -> * #

ToJSON TimeSeries Source # 
FromJSON TimeSeries Source # 
type Rep TimeSeries Source # 
type Rep TimeSeries = D1 * (MetaData "TimeSeries" "Net.IEX.TimeSeries" "stocks-0.2.0.0-CF9kEcEaEvMJaRKCxVkScD" False) (C1 * (MetaCons "TimeSeries" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "date") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String)) ((:*:) * (S1 * (MetaSel (Just Symbol "open") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "high") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)))) ((:*:) * (S1 * (MetaSel (Just Symbol "low") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) ((:*:) * (S1 * (MetaSel (Just Symbol "close") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "volume") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Integer))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "unadjustedVolume") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Integer)) ((:*:) * (S1 * (MetaSel (Just Symbol "change") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "changePercent") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)))) ((:*:) * (S1 * (MetaSel (Just Symbol "vwap") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)) ((:*:) * (S1 * (MetaSel (Just Symbol "label") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * String)) (S1 * (MetaSel (Just Symbol "changeOverTime") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Double)))))))