The quote packet structure mentions the exchange broadcasted binary packet message structure. When receiving WebSocket responses from the Python library or any other client, the data structure is typically in the form of dictionaries or lists. These data structures are generated from the binary message mentioned above, and they may include additional fields that are useful to users (such as mode, tradable, etc.). As per your specific use case, you can iterate through the ticks and extract the required fields accordingly. You can refer to the Python example provided here for further guidance.
When receiving WebSocket responses from the Python library or any other client, the data structure is typically in the form of dictionaries or lists. These data structures are generated from the binary message mentioned above, and they may include additional fields that are useful to users (such as mode, tradable, etc.). As per your specific use case, you can iterate through the ticks and extract the required fields accordingly. You can refer to the Python example provided here for further guidance.