sig
  type t =
      [ `Auction_values
      | `Fundamental_ratios
      | `Historical_volatility
      | `Implied_volatility
      | `Index_future_premium
      | `Inventory
      | `Mark_price
      | `Misc_stats
      | `Option_open_interest
      | `Option_volume
      | `Realtime_volume
      | `Shortable
      | `Turn_off_market_data ]
  val of_string : string -> t
  val to_string : t -> string
  val tws_of_t : t -> Tws_prot.raw_tws
  val t_of_tws : Tws_prot.raw_tws -> t
  val val_type : t Tws_prot.Val_type.t
  val t_of_sexp : Sexplib.Sexp.t -> Tick_type.t
  val __t_of_sexp__ : Sexplib.Sexp.t -> Tick_type.t
  val sexp_of_t : Tick_type.t -> Sexplib.Sexp.t
end