truefix-twsapi-client 0.1.2

Thin Interactive Brokers TWS/Gateway protocol client for TrueFix.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (C) 2025 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
 * and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */

syntax = "proto3";

package protobuf;

option java_outer_classname = "LockAndExitConfigProto";
option java_package = "com.ib.client.protobuf";
option csharp_namespace = "IBApi.protobuf";

message LockAndExitConfig {
    optional string autoLogoffTime = 1;
    optional string autoLogoffPeriod = 2;
    optional string autoLogoffType = 3;
}