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

Method fetchTickersAsync

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

Source from the content-addressed store, hash-verified

3651 public java.util.concurrent.CompletableFuture<Object> fetchTimeAsync(Object... args) { return fetchTime(args); }
3652 public java.util.concurrent.CompletableFuture<Object> fetchStatusAsync(Object... args) { return fetchStatus(args); }
3653 public java.util.concurrent.CompletableFuture<Object> fetchTickersAsync(Object... args) { return fetchTickers(args); }
3654 public java.util.concurrent.CompletableFuture<Object> fetchPositionsAsync(Object... args) { return fetchPositions(args); }
3655 public java.util.concurrent.CompletableFuture<Object> fetchAccountsAsync(Object... args) { return fetchAccounts(args); }
3656 public java.util.concurrent.CompletableFuture<Object> fetchCurrenciesAsync(Object... args) { return fetchCurrencies(args); }

Callers

nothing calls this directly

Calls 1

fetchTickersMethod · 0.95

Tested by

no test coverage detected