Aby połączyć się z API WebSocket Binance, wystarczy utworzyć nowego klienta API Binance i podłączyć go do TsgcWebSocketClient.
Poniżej znajduje się przykład:
oClient := TsgcWebSocketClient.Create(nil);
oBinance := TsgcWSAPI_Binance.Create(nil);
oBinance.Client := oClient;
oClient.Active := True;