Om connect to Binance WebSocket API, just create a nieuw Binance API client and attach to TsgcWebSocketClient.
Zie hieronder een voorbeeld:
oClient := TsgcWebSocketClient.Create(nil);
oBinance := TsgcWSAPI_Binance.Create(nil);
oBinance.Client := oClient;
oClient.Active := True;