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 Revazi123, Today, 08:48 AM
|
1 response
10 views
0 likes
|
Last Post
|
||
Started by M_ichel, Today, 08:38 AM
|
2 responses
10 views
0 likes
|
Last Post
![]()
by M_ichel
Today, 09:05 AM
|
||
Started by soon123, Today, 12:18 AM
|
1 response
24 views
0 likes
|
Last Post
|
||
Started by space_trader, Today, 12:52 AM
|
1 response
21 views
0 likes
|
Last Post
|
||
Started by ybhx0315, Yesterday, 09:06 PM
|
0 responses
21 views
0 likes
|
Last Post
![]()
by ybhx0315
Yesterday, 09:06 PM
|
Comment