But I can't figure out how to establish if a change has completed successfully without storing state info separately, which is really ugly coding.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Order Change Success
Collapse
X
-
Order Change Success
What's the best way to determine if an Order Change has completed successfully? There are OrderStates for ChangeSubmitted and ChangePending but not ChangeSucceeded. Clearly the Order goes back to the Working / Accepted State when a change has succeeded.
But I can't figure out how to establish if a change has completed successfully without storing state info separately, which is really ugly coding.Tags: None
-
Hello ReachF
When you submit the change order request I would suggest setting a bool changeSubmitted = true. Then within OnOrderUpdate you could check that this bool is true, the order name is the order of interest, and that the order.OrderState == OrderState.Accepted or order.OrderState == OrderState.Working.
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
54 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
72 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment