I am trying to modify an order without transmitting it. However, TWS
transmits the order on the update, even with the Transmit property False. I
am using VB with the ActiveX control, and the TWS demo for testing. Here is
the scenario:
o Call PlaceOrder to place a buy limit order, no transmit. This works.
Let's say the order ID is 72.
o Call PlaceOrder again with the same order ID (72), changing the limit
price, again with no transmit. The limit price is changed in TWS, but TWS
transmits the order.
Any ideas?
Thanks