I have a pretty low-frequency program I am trying to trade on IB. It seems that the HTTP api is well suited for this and it minimizes deployment and dependency management issues. I get market data from a couple of third parties also via REST so this is nice on paper.
I am able to query my account balance at IB via the HTTP api, my QR installation seems to be up and running. When I enter the command to list my IB accounts, both accounts are listed.
I have some code which attempts to send some orders and it attaches the account, but I get an error 400 and a message that say no account specified, despite the account being send in "account":"UXXX" tag.
The documentation doesnt speak to this directly, but I am new to quant rocket and am having a hard time finding out how to do things.
thanks
George Coles