FTX | Connect WebSocket API

In order to connect to FTX WebSocket API, just create a new FTX API client and attach to TsgcWebSocketClient.

See below an example:

oClient := TsgcWebSocketClient.Create(nil);
oFTX := TsgcWSAPI_FTX.Create(nil);
oFTX.Client := oClient;
oClient.Active := True;