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

Method fetchOrdersAsync

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

Source from the content-addressed store, hash-verified

3644
3645 public java.util.concurrent.CompletableFuture<Object> fetchBalanceAsync(Object... args) { return fetchBalance(args); }
3646 public java.util.concurrent.CompletableFuture<Object> fetchOrdersAsync(Object... args) { return fetchOrders(args); }
3647 public java.util.concurrent.CompletableFuture<Object> fetchMyTradesAsync(Object... args) { return fetchMyTrades(args); }
3648 public java.util.concurrent.CompletableFuture<Object> fetchOpenOrdersAsync(Object... args) { return fetchOpenOrders(args); }
3649 public java.util.concurrent.CompletableFuture<Object> fetchClosedOrdersAsync(Object... args) { return fetchClosedOrders(args); }

Callers

nothing calls this directly

Calls 1

fetchOrdersMethod · 0.95

Tested by

no test coverage detected