Kucoin | Connexion à l'API WebSocket

Pour se connecter à l'API WebSocket Kucoin, créez simplement un nouveau client API Kucoin et attachez-le à TsgcWebSocketClient.

Voir ci-dessous un exemple :


oClient := TsgcWebSocketClient.Create(nil);
oKucoin := TsgcWSAPI_Kucoin.Create(nil);
oKucoin.Client := oClient;
oClient.Active := True;