SmartWebSocketOrderUpdate: Response message format: json or list or dictionary or string?
-
When I tries to use commands like message["orderData"] or message.get("user-id") in ipython, it showed error.
Then I have to do do resp_dict = json.loads(message) to check and access for values stored in message.Can you please confirm the data type of message received in SmartWebSocketOrderUpdate.
Also in SmartWebSocketV2 to receive LTP, I need not do json.loads(message).
Will someone please mention the data type of message response?
@Moderator_3 @Moderator_1
1 out of 1