Module Tws.TAQ

module TAQ: sig .. end

type t = 
| Trade of Tws.Trade.t
| Quote of Tws.Quote.t
val pp : Format.formatter -> t -> unit
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t