¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

+PACEAPI


 

Hi Folks,

Where can I find usage examples for "+PACEAPI"? for C++?

I searched documentation but could not find any mention of
"+PACEAPI".

Thank You for your help!!

Lynn


 

This is really not documented well (other than a mention in the release notes). You basically add that string to your connection options before you connect to TWS API.

The C# API sets "+PACEAPI" by default like this:

// allow PACEAPI feature
this.m_eClientSocket.SetConnectOptions("+PACEAPI");

// connect to TWS
this.m_eClientSocket.eConnect(m_host, m_port, m_clientId, false);

´³¨¹°ù²µ±ð²Ô


 

Does anyone know how to set +PACEAPI if you are using winsock and not IB's eClientSocket class?? My guess is some sort of message is sent after connecting.

I cannot find any mention of +PACEAPI in the latest API doc on Github.? I'd also like to download a pdf of the latest TWS API but cannot figure out how, or if it's even possible.


 

FYI, according to the starting from TWS 10.16 there's no need to set +PACEAPI as it is now the default.


 

That's great.? Guess it's time to move to a newer version.

Thanks.

On Saturday, August 20, 2022 at 07:44:58 AM EDT, noreply.section+dev@... <noreply.section+dev@...> wrote:


FYI, according to the starting from TWS 10.16 there's no need to set +PACEAPI as it is now the default.