You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this might be a beginner question, but I'm trying to figure out how to get the data stream into my console application.
I've looked in the test sample, but the last step is missing. I would really appreciate help, since I'm new to events and websockets, and would like to get the ticker price stream and the fill stream in my console app.
The text was updated successfully, but these errors were encountered:
Hi, @MachineTrader
You can find data from streams here: FtxWebSocketApi/WebsocketOnMessageReceive
I didn't create any json data parsers. You should create your own.
In this simple example no.
You should create you parser inside FtxWebSocketApi or create public event WebsocketOnMessageReceive and handle data outside.
Hi, this might be a beginner question, but I'm trying to figure out how to get the data stream into my console application.
I've looked in the test sample, but the last step is missing. I would really appreciate help, since I'm new to events and websockets, and would like to get the ticker price stream and the fill stream in my console app.
The text was updated successfully, but these errors were encountered: