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

Method fetchTickersWs

java/lib/src/main/java/io/github/ccxt/Exchange.java:9790–9800  ·  view source on GitHub ↗
(Object... optionalArgs)

Source from the content-addressed store, hash-verified

9788 }
9789
9790 public java.util.concurrent.CompletableFuture<Object> fetchTickersWs(Object... optionalArgs)
9791 {
9792
9793 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
9794
9795 Object symbols = Helpers.getArg(optionalArgs, 0, null);
9796 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
9797 throw new NotSupported((String)Helpers.add(this.id, " fetchTickersWs() is not supported yet")) ;
9798 });
9799
9800 }
9801
9802 public java.util.concurrent.CompletableFuture<Object> fetchOrderBooks(Object... optionalArgs)
9803 {

Callers 2

fetchTickersWsAsyncMethod · 0.95
fetchTickerWsMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected