Module Query.Submit_order

module Submit_order: sig .. end

type t 
include Query_intf.S
val create : contract:[< Security_type.t ] Contract.t ->
order:([< Order_action.t ], [< Order_type.t ]) Order.t ->
account_code:Account_code.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t