Automate "transmit" button

We have confirmed connectivity between TWS / IB Gateway, Amibroker, and the BrokerIB.exe program for automation.

However, we still see that we have to manually click the "transmit" button within TWS?

How can we resolve this so that pressing transmit is automatic?

1

There is a Transmit flag in the PlaceOrder method of the IB Controller.

Matt

Transmit is automatic if:

  • you enable it in the PlaceOrder call, Transmit - boolean flag that specifies if given order should be actually transmitted to the exchange.
    if this flag is set to FALSE then order is NOT transmitted but appears in the TWS workstation so you can press transmit it manually later, AND
  • you unlock automatic transmit in the Unlock code dialog (File->Enter Unlock code). IBController by default does not transmit orders automatically. Transmission can be enabled by entering unlock code that is made available to the user after accepting the agreement.