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

Method close

java/tests/src/main/java/tests/BaseTest.java:410–413  ·  view source on GitHub ↗
(Object exchange)

Source from the content-addressed store, hash-verified

408 }
409
410 public static CompletableFuture<Void> close(Object exchange) {
411 // do nothing
412 return CompletableFuture.completedFuture(null);
413 }
414
415 public static boolean isNullValue(Object value) {
416 return value == null;

Callers 15

startTestMethod · 0.45
testBinanceMethod · 0.45
testOkxMethod · 0.45
testCryptocomMethod · 0.45
testBybitMethod · 0.45
testKucoinMethod · 0.45
testKucoinfuturesMethod · 0.45
testBitgetMethod · 0.45
testMexcMethod · 0.45
testHtxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected