Somethimes getting KITE exception NEST gateway timed out while converting MIS to CNC convertPosition When this happens and how to avoid this ? I am catching this exception in my code. But my requirement is not to get such exception in the first place. I need to know the root cause so that I can modify my code.
@jkoracle23 As exception states, time-out is happening at OMS end.So,you need to handle those exception at your end,then fetch order book and see if above order is placed,if not executed place the order again.
As exception states, time-out is happening at OMS end.So,you need to handle those exception at your end,then fetch order book and see if above order is placed,if not executed place the order again.