--- In twsapi@y..., "m_c_a98" <mmcfadd@s...> wrote:
Does the openorder2 event work by calling the reqopenorder( )
method?
I enter a stop order then call reqopenorder( ) and then I want to
retrieve the open stop orders' AUXPRICE from the openorder2 event.
this doesn't work for me? any ideas?
All I want is to get my current stop price of the working order.
thanks
To do that, you have to remember the price of the order when you sent
it in. None of the reqOrder stuff works, except to give you the list
of orders already open when it starts up. After that, you are on
your own, remember what you send, cuz TWS isn't gonna tell you.