module Book_update: Response.Book_update
module Operation:sig
..end
module Side:sig
..end
type
t = private {
|
position : |
|
operation : |
|
side : |
|
price : |
|
size : |
val size : t -> Volume.t
val price : t -> Price.t
val side : t -> Side.t
val operation : t -> Operation.t
val position : t -> int
module Fields:sig
..end
include Response_intf.S
val create : position:int ->
operation:Operation.t ->
side:Side.t ->
price:Price.t -> size:Volume.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t