I retrieve Order State in my NS to managed (in Unmanaged method) my orders.
In the User Guide you talk about :
Initialized
PendingSubmit
Accepted
Working
PendingChange
PendingCancel
Cancelled
Rejected
PartFilled
Filled
I am OK for all these states except for "Initialized". When I submit an order, its first state seems to be "PendingSubmit" and not "Initialized". I don't want to miss any states or time between states (because of unmanaged method) so would you please confirm the correct sequence of Order States for an Order ?
In my case, The DataFeed is ¨Kinetick and the broker is simulation or Pats
Regards,
Sounet
Comment