sig
  type t
  val pickler : t Tws_prot.Pickler.t
  val unpickler : t Tws_prot.Unpickler.t Core.Std.Only_in_test.t
  val ( = ) : t -> t -> bool
  val create :
    contract:[< Security_type.t ] Contract.t ->
    num_rows:int -> Query.Market_depth.t
  val t_of_sexp : Sexplib.Sexp.t -> Query.Market_depth.t
  val sexp_of_t : Query.Market_depth.t -> Sexplib.Sexp.t
end