sig
  type t =
      [ `Cancelled
      | `Filled
      | `Inactive
      | `Pending_cancel
      | `Pending_submit
      | `Pre_submitted
      | `Submitted ]
  val t_of_sexp : Sexplib.Sexp.t -> Response.Order_status.State.t
  val __t_of_sexp__ : Sexplib.Sexp.t -> Response.Order_status.State.t
  val sexp_of_t : Response.Order_status.State.t -> Sexplib.Sexp.t
end