Understanding Data Format in WebSocket Order and Data Updates

What data type does a client receive when calling for order updates or data updates from Websocket?

When calling for order updates or data updates from WebSocket, the client receives data in the form of a dictionary. This format is used for both the data socket and the order socket, providing a consistent and structured way to receive and handle the data from these sources.