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