Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq OrderId Source # | |
Ord OrderId Source # | |
Show OrderId Source # | |
ToJSON OrderId Source # | |
Defined in CoinbasePro.Types | |
FromJSON OrderId Source # | |
ToHttpApiData OrderId Source # | |
Defined in CoinbasePro.Types toUrlPiece :: OrderId -> Text # toEncodedUrlPiece :: OrderId -> Builder # toHeader :: OrderId -> ByteString # toQueryParam :: OrderId -> Text # |
newtype ClientOrderId Source #
Instances
Instances
Eq Price Source # | |
Num Price Source # | |
Ord Price Source # | |
Show Price Source # | |
ToJSON Price Source # | |
Defined in CoinbasePro.Types | |
FromJSON Price Source # | |
ToHttpApiData Price Source # | |
Defined in CoinbasePro.Types toUrlPiece :: Price -> Text # toEncodedUrlPiece :: Price -> Builder # toHeader :: Price -> ByteString # toQueryParam :: Price -> Text # |
Instances
Eq ProductId Source # | |
Ord ProductId Source # | |
Defined in CoinbasePro.Types | |
Show ProductId Source # | |
ToJSON ProductId Source # | |
Defined in CoinbasePro.Types | |
ToJSONKey ProductId Source # | |
Defined in CoinbasePro.Types | |
FromJSON ProductId Source # | |
FromJSONKey ProductId Source # | |
Defined in CoinbasePro.Types | |
ToHttpApiData ProductId Source # | |
Defined in CoinbasePro.Types toUrlPiece :: ProductId -> Text # toEncodedUrlPiece :: ProductId -> Builder # toHeader :: ProductId -> ByteString # toQueryParam :: ProductId -> Text # |
Instances
Eq Side Source # | |
Ord Side Source # | |
Show Side Source # | |
ToJSON Side Source # | |
Defined in CoinbasePro.Types | |
FromJSON Side Source # | |
ToHttpApiData Side Source # | |
Defined in CoinbasePro.Types toUrlPiece :: Side -> Text # toEncodedUrlPiece :: Side -> Builder # toHeader :: Side -> ByteString # toQueryParam :: Side -> Text # |
Instances
Eq Size Source # | |
Num Size Source # | |
Ord Size Source # | |
Show Size Source # | |
ToJSON Size Source # | |
Defined in CoinbasePro.Types | |
FromJSON Size Source # | |
ToHttpApiData Size Source # | |
Defined in CoinbasePro.Types toUrlPiece :: Size -> Text # toEncodedUrlPiece :: Size -> Builder # toHeader :: Size -> ByteString # toQueryParam :: Size -> Text # |
Instances
Eq Funds Source # | |
Ord Funds Source # | |
Show Funds Source # | |
ToJSON Funds Source # | |
Defined in CoinbasePro.Types | |
FromJSON Funds Source # | |
ToHttpApiData Funds Source # | |
Defined in CoinbasePro.Types toUrlPiece :: Funds -> Text # toEncodedUrlPiece :: Funds -> Builder # toHeader :: Funds -> ByteString # toQueryParam :: Funds -> Text # |
Instances
Eq OrderType Source # | |
Ord OrderType Source # | |
Defined in CoinbasePro.Types | |
Show OrderType Source # | |
ToJSON OrderType Source # | |
Defined in CoinbasePro.Types | |
FromJSON OrderType Source # | |
ToHttpApiData OrderType Source # | |
Defined in CoinbasePro.Types toUrlPiece :: OrderType -> Text # toEncodedUrlPiece :: OrderType -> Builder # toHeader :: OrderType -> ByteString # toQueryParam :: OrderType -> Text # |
data CandleGranularity Source #
Instances
data TwentyFourHourStats Source #
Instances
Eq TwentyFourHourStats Source # | |
Defined in CoinbasePro.Types (==) :: TwentyFourHourStats -> TwentyFourHourStats -> Bool # (/=) :: TwentyFourHourStats -> TwentyFourHourStats -> Bool # | |
Show TwentyFourHourStats Source # | |
Defined in CoinbasePro.Types showsPrec :: Int -> TwentyFourHourStats -> ShowS # show :: TwentyFourHourStats -> String # showList :: [TwentyFourHourStats] -> ShowS # | |
ToJSON TwentyFourHourStats Source # | |
Defined in CoinbasePro.Types toJSON :: TwentyFourHourStats -> Value # toEncoding :: TwentyFourHourStats -> Encoding # toJSONList :: [TwentyFourHourStats] -> Value # toEncodingList :: [TwentyFourHourStats] -> Encoding # | |
FromJSON TwentyFourHourStats Source # | |
Defined in CoinbasePro.Types parseJSON :: Value -> Parser TwentyFourHourStats # parseJSONList :: Value -> Parser [TwentyFourHourStats] # |
newtype CurrencyType Source #
Instances
newtype CryptoAddress Source #
Instances
Show CryptoAddress Source # | |
Defined in CoinbasePro.Types showsPrec :: Int -> CryptoAddress -> ShowS # show :: CryptoAddress -> String # showList :: [CryptoAddress] -> ShowS # | |
ToJSON CryptoAddress Source # | |
Defined in CoinbasePro.Types toJSON :: CryptoAddress -> Value # toEncoding :: CryptoAddress -> Encoding # toJSONList :: [CryptoAddress] -> Value # toEncodingList :: [CryptoAddress] -> Encoding # | |
FromJSON CryptoAddress Source # | |
Defined in CoinbasePro.Types parseJSON :: Value -> Parser CryptoAddress # parseJSONList :: Value -> Parser [CryptoAddress] # | |
ToHttpApiData CryptoAddress Source # | |
Defined in CoinbasePro.Types toUrlPiece :: CryptoAddress -> Text # toEncodedUrlPiece :: CryptoAddress -> Builder # toHeader :: CryptoAddress -> ByteString # toQueryParam :: CryptoAddress -> Text # |
filterOrderFieldName :: String -> String Source #