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

Method fetchOrdersWsAsync

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

Source from the content-addressed store, hash-verified

3657 public java.util.concurrent.CompletableFuture<Object> fetchMarketsAsync(Object... args) { return fetchMarkets(args); }
3658 public java.util.concurrent.CompletableFuture<Object> fetchBalanceWsAsync(Object... args) { return fetchBalanceWs(args); }
3659 public java.util.concurrent.CompletableFuture<Object> fetchOrdersWsAsync(Object... args) { return fetchOrdersWs(args); }
3660 public java.util.concurrent.CompletableFuture<Object> fetchMyTradesWsAsync(Object... args) { return fetchMyTradesWs(args); }
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); }

Callers

nothing calls this directly

Calls 1

fetchOrdersWsMethod · 0.95

Tested by

no test coverage detected