package gemini

  1. Overview
  2. Docs
type t = [
  1. | `Buy
  2. | `Sell
]

The type of an order side - `Buy or `Sell.

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
val to_string : [< `Buy | `Sell ] -> string
OCaml

Innovation. Community. Security.