The IB API documentation states:
TWS/Gateway client class This client class contains all the available methods to communicate with IB. Up to thirty-two clients can be connected to a single instance of the TWS/Gateway simultaneously. However, after integrating the packages into my Spring Boot application (Rest API), when I launch the gateway, it prompts me for a single username and password. Can anyone provide an example of how this could be achieved? I would like to fund multiple accounts and migrate my Quantopian routines, currently written in Python, into Java.
http://interactivebrokers.github.io/tws-api/annotated.html#gsc.tab=0