In today's session , particularly start of the session, around 9:15, no order updates were received for few orders. It was received for others. I rely heavily on order updates, missing order updates creates a lot of issues.
My friend and I share some code, he has 19 digit order id and i have 15 digit, here are key difference i observed. 1. In case of rejection, he immediately gets error "GeneralException('Insufficient funds. Required margin", However in my case it doesn't return error and return success. 2. His code never have missing order updates, is it possible to move my account to this new OMS (19 digit order)
In case of missing order updates, it misses everything like OPEN, PENDING, CLOSE, whole thing goes on missing. So its like 0/1 behavior, if i receive order update, then all updates will come.
So its like 0/1 behavior, if i receive order update, then all updates will come.