Author |
Topic: Modifing Limit orders (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
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 |
We actually do not support modifying flags for working orders.
I will check why it worked for stop, but it was not supposed to. |
||||