Bitmex | Connect WebSocket API

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

See below an example:


oClient := TsgcWebSocketClient.Create(nil);
oBitmex := TsgcWSAPI_Bitmex.Create(nil);
oBitmex .Client := oClient;
oClient.Active := True;