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