Module Tws_prot

module Tws_prot: sig .. end
A small pickler/unpickler library for the TWS protocol

type raw_tws = string 
Type of a raw TWS messages.
module Val_type: sig .. end
module Pickler: sig .. end
module Unpickler: sig .. end
val raw_tws_of_sexp : Sexplib.Sexp.t -> raw_tws
val sexp_of_raw_tws : raw_tws -> Sexplib.Sexp.t