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

Method fetchTickersWsAsync

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

Source from the content-addressed store, hash-verified

3661 public java.util.concurrent.CompletableFuture<Object> fetchOpenOrdersWsAsync(Object... args) { return fetchOpenOrdersWs(args); }
3662 public java.util.concurrent.CompletableFuture<Object> fetchClosedOrdersWsAsync(Object... args) { return fetchClosedOrdersWs(args); }
3663 public java.util.concurrent.CompletableFuture<Object> fetchTickersWsAsync(Object... args) { return fetchTickersWs(args); }
3664 public java.util.concurrent.CompletableFuture<Object> fetchPositionsWsAsync(Object... args) { return fetchPositionsWs(args); }
3665
3666 // ------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

fetchTickersWsMethod · 0.95

Tested by

no test coverage detected