CoinbasePro.Authenticated.Fills
data Fill Source #
Constructors
Fields
Defined in CoinbasePro.Authenticated.Fills
Methods
(==) :: Fill -> Fill -> Bool #
(/=) :: Fill -> Fill -> Bool #
showsPrec :: Int -> Fill -> ShowS #
show :: Fill -> String #
showList :: [Fill] -> ShowS #
parseJSON :: Value -> Parser Fill #
parseJSONList :: Value -> Parser [Fill] #
data TradeId Source #
Defined in CoinbasePro.Types
(==) :: TradeId -> TradeId -> Bool #
(/=) :: TradeId -> TradeId -> Bool #
showsPrec :: Int -> TradeId -> ShowS #
show :: TradeId -> String #
showList :: [TradeId] -> ShowS #
toJSON :: TradeId -> Value #
toEncoding :: TradeId -> Encoding #
toJSONList :: [TradeId] -> Value #
toEncodingList :: [TradeId] -> Encoding #
parseJSON :: Value -> Parser TradeId #
parseJSONList :: Value -> Parser [TradeId] #
data Liquidity Source #
(==) :: Liquidity -> Liquidity -> Bool #
(/=) :: Liquidity -> Liquidity -> Bool #
showsPrec :: Int -> Liquidity -> ShowS #
show :: Liquidity -> String #
showList :: [Liquidity] -> ShowS #
parseJSON :: Value -> Parser Liquidity #
parseJSONList :: Value -> Parser [Liquidity] #