| Copyright | (C) 2020 Martins Erts |
|---|---|
| License | MIT |
| Maintainer | Martins Erts <martins.erts@gmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
BfHaskell.StreamingAPI.Prices
Description
Documentation
newtype LadderPrices Source #
Constructors
| LadderPrices | |
Fields
| |
Instances
| Show LadderPrices Source # | |
Defined in BfHaskell.StreamingAPI.Prices Methods showsPrec :: Int -> LadderPrices -> ShowS # show :: LadderPrices -> String # showList :: [LadderPrices] -> ShowS # | |
| Default LadderPrices Source # | |
Defined in BfHaskell.StreamingAPI.Prices Methods def :: LadderPrices | |
mkLadderPrices :: Int -> LadderPrices Source #
updateLadderPrices :: Maybe [[Double]] -> LadderPrices -> LadderPrices Source #
newtype PricePoints Source #
Constructors
| PricePoints | |
Fields | |
Instances
| Show PricePoints Source # | |
Defined in BfHaskell.StreamingAPI.Prices Methods showsPrec :: Int -> PricePoints -> ShowS # show :: PricePoints -> String # showList :: [PricePoints] -> ShowS # | |
| Default PricePoints Source # | |
Defined in BfHaskell.StreamingAPI.Prices Methods def :: PricePoints | |
updatePricePoints :: Maybe [[Double]] -> PricePoints -> PricePoints Source #