sig
type t = [ `bought | `sold ]
val of_string : string -> t
val to_string : t -> string
val t_of_sexp : Sexplib.Sexp.t -> Response.Execution.Side.t
val __t_of_sexp__ : Sexplib.Sexp.t -> Response.Execution.Side.t
val sexp_of_t : Response.Execution.Side.t -> Sexplib.Sexp.t
end