Module Response.Tick_string

module Tick_string: sig .. end

module Type: sig .. end
type t = private {
   tick_type : Type.t;
   value : string;
}
val value : t -> string
val tick_type : t -> Type.t
module Fields: sig .. end
include Response_intf.S
val create : tick_type:Type.t ->
value:string -> t
val pp : Format.formatter -> t -> unit
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t