module Market_data:sig
..end
typet =
[ `Tick_option of Std_internal.Tick_option.t
| `Tick_price of Std_internal.Tick_price.t
| `Tick_size of Std_internal.Tick_size.t
| `Tick_string of Std_internal.Tick_string.t ]
include Response_intf.Wrapper.S
val pp : Format.formatter -> t -> unit
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t