package gemini

  1. Overview
  2. Docs

Represents order cancellation features on the Gemini trading exchange over the REST api.

val name : string
val path : string list
module By_order_id : sig ... end
type details = {
  1. cancelled_orders : Status.response list;
  2. cancel_rejects : Status.response list;
}
val details_to_yojson : details -> Yojson.Safe.t
val details_of_yojson : Yojson.Safe.t -> details Ppx_deriving_yojson_runtime.error_or
val sexp_of_details : details -> Sexplib0.Sexp.t
val details_of_sexp : Sexplib0.Sexp.t -> details
module All : sig ... end
module Session : sig ... end
val command : string * Async.Command.t
OCaml

Innovation. Community. Security.