module Tick_size: Response.Tick_size
module Type:sig
..end
type
t = private {
|
tick_type : |
|
size : |
val size : t -> Volume.t
val tick_type : t -> Type.t
module Fields:sig
..end
include Response_intf.S
val create : tick_type:Type.t -> size:Volume.t -> t
val pp : Format.formatter -> t -> unit
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t