ping method

void ping()

Send ping command to Bybit to check connection

Implementation

void ping() {
  request(op: 'ping');
}