MCPcopy Index your code
hub / github.com/ccxt/ccxt / onClose

Method onClose

java/lib/src/main/java/io/github/ccxt/Exchange.java:1767–1771  ·  view source on GitHub ↗
(Client client, Object error)

Source from the content-addressed store, hash-verified

1765 }
1766
1767 public void onClose(Client client, Object error) {
1768 if (!client.error) {
1769 this.cleanupWsClient(client, error);
1770 }
1771 }
1772
1773 public void onError(Client client, Object error) {
1774 this.cleanupWsClient(client, error);

Callers 1

clientMethod · 0.95

Calls 1

cleanupWsClientMethod · 0.95

Tested by

no test coverage detected