@Moderator_3 Is there any update? I am also facing the same issue. placed order and cancelled order is not reflected in smartwebsocketorderupdate.
V
Latest posts made by vishwendramore
-
RE: SmartWebSocketOrderUpdate is not giving order updates placed using mobile appposted in Python SDK
-
RE: Connection problem with websocket2.0posted in Python SDK
@Moderator_2 add on more function like below
def _on_close(wsapp,code,reason): on_close(wsapp)and add this function to sws object like below
sws._on_close=_on_closeAbove lines of code will resolve the issue of error during close.