package gemini

  1. Overview
  2. Docs
type t = [
  1. | `Btcusd
  2. | `Ethusd
  3. | `Ethbtc
  4. | `Zecusd
  5. | `Zecbtc
  6. | `Zeceth
  7. | `Zecbch
  8. | `Zecltc
  9. | `Ltcusd
  10. | `Ltcbtc
  11. | `Ltceth
  12. | `Ltcbch
  13. | `Bchusd
  14. | `Bchbtc
  15. | `Bcheth
  16. | `Lunausd
  17. | `Xtzusd
  18. | `Linkusd
  19. | `Aaveusd
  20. | `Crvusd
  21. | `Injusd
  22. | `Maticusd
  23. | `Ftmusd
  24. | `Dogeusd
  25. | `Cubeusd
  26. | `Chzusd
  27. | `Dotusd
  28. | `Rareusd
  29. | `Qntusd
]

The type of a symbol pair. See the Symbol module for details.

val __t_of_sexp__ : Sexplib0.Sexp.t -> t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list
val equal : t -> t -> bool
val compare : t -> t -> int
OCaml

Innovation. Community. Security.