package dtc-pb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable symbol : string option;
  2. mutable exchange : string option;
  3. mutable trade_account : string option;
  4. mutable client_order_id : string option;
  5. mutable free_form_text : string option;
  6. mutable is_automated_order : Dtcprotocol_piqi.uint32 option;
}