Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
getQuotes :: Credentials -> [String] -> IO (Either AllyInvestError [Quote]) Source #
data TradeConditionCode Source #
Instances
Show TradeConditionCode Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> TradeConditionCode -> ShowS # show :: TradeConditionCode -> String # showList :: [TradeConditionCode] -> ShowS # | |
FromJSON TradeConditionCode Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser TradeConditionCode # parseJSONList :: Value -> Parser [TradeConditionCode] # |
data TradingSession Source #
Instances
Show TradingSession Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> TradingSession -> ShowS # show :: TradingSession -> String # showList :: [TradingSession] -> ShowS # | |
FromJSON TradingSession Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser TradingSession # parseJSONList :: Value -> Parser [TradingSession] # |
data DividendFrequency Source #
Instances
Show DividendFrequency Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> DividendFrequency -> ShowS # show :: DividendFrequency -> String # showList :: [DividendFrequency] -> ShowS # | |
FromJSON DividendFrequency Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser DividendFrequency # parseJSONList :: Value -> Parser [DividendFrequency] # |
data OptionDelivery Source #
Instances
Show OptionDelivery Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> OptionDelivery -> ShowS # show :: OptionDelivery -> String # showList :: [OptionDelivery] -> ShowS # | |
FromJSON OptionDelivery Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser OptionDelivery # parseJSONList :: Value -> Parser [OptionDelivery] # |
data OptionStyle Source #
Instances
Show OptionStyle Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> OptionStyle -> ShowS # show :: OptionStyle -> String # showList :: [OptionStyle] -> ShowS # | |
FromJSON OptionStyle Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser OptionStyle # parseJSONList :: Value -> Parser [OptionStyle] # |
data OptionClass Source #
Instances
Show OptionClass Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> OptionClass -> ShowS # show :: OptionClass -> String # showList :: [OptionClass] -> ShowS # | |
FromJSON OptionClass Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser OptionClass # parseJSONList :: Value -> Parser [OptionClass] # |
data OptionType Source #
Instances
Show OptionType Source # | |
Defined in AllyInvest.Quote showsPrec :: Int -> OptionType -> ShowS # show :: OptionType -> String # showList :: [OptionType] -> ShowS # | |
FromJSON OptionType Source # | |
Defined in AllyInvest.Quote parseJSON :: Value -> Parser OptionType # parseJSONList :: Value -> Parser [OptionType] # |