Binance WebSocket API에 연결하려면 새 Binance API 클라이언트를 생성하고 TsgcWebSocketClient에 연결하기만 하면 됩니다.
아래 예제를 참조하십시오:
oClient := TsgcWebSocketClient.Create(nil); oBinance := TsgcWSAPI_Binance.Create(nil); oBinance.Client := oClient; oClient.Active := True;