Hi,
I would like to run the Python example for market price from the streamingtools folder.
Let's take this function:
def process_message(ws, message_json):
""" Parse at high level and output JSON of message """
message_type = message_json['Type']
........
What do the arguments "ws" and message_json" entail here? What should I input there?
Thanks in advance