-1

I have been trying to connect to IB TWS using C++ APIs. It looks like I need to know my Account-Code tough to connect with the APIs, but I don't know where to find it.

{
    "host": "localhost",
    "port": 7497,
    "clientId": 888,      # this should be a random number for the Demo
    "accountCode": "?"
}

1 Answers1

0

If you open TWS you can find the account-code for your Demo session on the top-right. (light blue box in the picture)enter image description here