package dtc-pb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable protocol_version : Dtcprotocol_piqi.protobuf_int32 option;
  2. mutable result : Dtcprotocol_piqi.logon_status_enum option;
  3. mutable result_text : string option;
  4. mutable reconnect_address : string option;
  5. mutable integer_1 : Dtcprotocol_piqi.protobuf_int32 option;
  6. mutable server_name : string option;
  7. mutable market_depth_updates_best_bid_and_ask : bool option;
  8. mutable trading_is_supported : bool option;
  9. mutable ocoorders_supported : bool option;
  10. mutable order_cancel_replace_supported : bool option;
  11. mutable symbol_exchange_delimiter : string option;
  12. mutable security_definitions_supported : bool option;
  13. mutable historical_price_data_supported : bool option;
  14. mutable resubscribe_when_market_data_feed_available : bool option;
  15. mutable market_depth_is_supported : bool option;
  16. mutable one_historical_price_data_request_per_connection : bool option;
  17. mutable bracket_orders_supported : bool option;
  18. mutable use_integer_price_order_messages : bool option;
  19. mutable uses_multiple_positions_per_symbol_and_trade_account : bool option;
  20. mutable market_data_supported : bool option;
}