When we place order we are receiving updates through web socket but sequence of updates is not proper.
For New order actual sequence should be
1.put order req received
2.validation pending
3.open pending
4.open
5 complete or rejected.
But what we receive is not proper.
Sometimes we get "open" status first and then "put order req received" similarly for others.