Module Order_type

module Order_type: sig .. end

type t = [ `Auction
| `Basket
| `Bracket
| `Hidden
| `Iceberg
| `Limit
| `Limit_if_touched
| `Limit_on_close
| `Limit_on_open
| `Market
| `Market_if_touched
| `Market_on_close
| `Market_on_open
| `Market_to_limit
| `Pegged_to_benchmark
| `Pegged_to_market
| `Pegged_to_midpoint
| `Stop
| `Stop_limit
| `TWAP
| `Trailing_limit_if_touched
| `Trailing_market_if_touched
| `Trailing_stop
| `Trailing_stop_limit
| `VWAP ]
include Stringable.S
include Twsable.S
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t