Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Snapshot | |
|
data SnapshotLevel Source #
Instances
Eq SnapshotLevel Source # | |
Defined in CoinbasePro.WebSocketFeed.Channel.Level2 (==) :: SnapshotLevel -> SnapshotLevel -> Bool # (/=) :: SnapshotLevel -> SnapshotLevel -> Bool # | |
Ord SnapshotLevel Source # | |
Defined in CoinbasePro.WebSocketFeed.Channel.Level2 compare :: SnapshotLevel -> SnapshotLevel -> Ordering # (<) :: SnapshotLevel -> SnapshotLevel -> Bool # (<=) :: SnapshotLevel -> SnapshotLevel -> Bool # (>) :: SnapshotLevel -> SnapshotLevel -> Bool # (>=) :: SnapshotLevel -> SnapshotLevel -> Bool # max :: SnapshotLevel -> SnapshotLevel -> SnapshotLevel # min :: SnapshotLevel -> SnapshotLevel -> SnapshotLevel # | |
Show SnapshotLevel Source # | |
Defined in CoinbasePro.WebSocketFeed.Channel.Level2 showsPrec :: Int -> SnapshotLevel -> ShowS # show :: SnapshotLevel -> String # showList :: [SnapshotLevel] -> ShowS # | |
FromJSON SnapshotLevel Source # | |
Defined in CoinbasePro.WebSocketFeed.Channel.Level2 parseJSON :: Value -> Parser SnapshotLevel # parseJSONList :: Value -> Parser [SnapshotLevel] # |