API Support Forum
OEC API > API Support > Modifing Limit orders
Author Topic: Modifing Limit orders
(2 messages, Page 1 of 1)
Moderators: VPfau
PArnoldson
Posts: 154
Joined: Oct 03, 2007


Posted: Aug 19, 2008 @ 01:40 PM             Msg. 1 of 2
When calling the function ModifyOrder() if the order is a limit the "flag" property wont change. for example I have an GTC limit order and want it to be a Day limit order. So I call ModifyOrder() with the draft (the draft's flag is OrderFlags_None) and this doesn't change. This does work correctly for stop orders.
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Aug 19, 2008 @ 01:47 PM             Msg. 2 of 2
We actually do not support modifying flags for working orders.
I will check why it worked for stop, but it was not supposed to.