Module Query.Realtime_bars

module Realtime_bars: sig .. end

module Tick_type: sig .. end
type t 
include Query_intf.S
val create : contract:[< Security_type.t ] Contract.t ->
tick_type:Tick_type.t ->
use_tradehours:bool -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t