Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data AccountSummary Source #
Instances
Show AccountSummary Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> AccountSummary -> ShowS # show :: AccountSummary -> String # showList :: [AccountSummary] -> ShowS # | |
FromJSON AccountSummary Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser AccountSummary # parseJSONList :: Value -> Parser [AccountSummary] # |
data BuyingPower Source #
Instances
Show BuyingPower Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> BuyingPower -> ShowS # show :: BuyingPower -> String # showList :: [BuyingPower] -> ShowS # | |
FromJSON BuyingPower Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser BuyingPower # parseJSONList :: Value -> Parser [BuyingPower] # |
data MoneyBalance Source #
Instances
Show MoneyBalance Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> MoneyBalance -> ShowS # show :: MoneyBalance -> String # showList :: [MoneyBalance] -> ShowS # | |
FromJSON MoneyBalance Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser MoneyBalance # parseJSONList :: Value -> Parser [MoneyBalance] # |
data SecuritiesBalance Source #
SecuritiesBalance | |
|
Instances
Show SecuritiesBalance Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> SecuritiesBalance -> ShowS # show :: SecuritiesBalance -> String # showList :: [SecuritiesBalance] -> ShowS # | |
FromJSON SecuritiesBalance Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser SecuritiesBalance # parseJSONList :: Value -> Parser [SecuritiesBalance] # |
Holding | |
|
data Instrument Source #
Instrument | |
|
Instances
Show Instrument Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> Instrument -> ShowS # show :: Instrument -> String # showList :: [Instrument] -> ShowS # | |
FromJSON Instrument Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser Instrument # parseJSONList :: Value -> Parser [Instrument] # |
data AccountType Source #
Instances
Show AccountType Source # | |
Defined in AllyInvest.Account showsPrec :: Int -> AccountType -> ShowS # show :: AccountType -> String # showList :: [AccountType] -> ShowS # | |
FromJSON AccountType Source # | |
Defined in AllyInvest.Account parseJSON :: Value -> Parser AccountType # parseJSONList :: Value -> Parser [AccountType] # |