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

Method fetchOpenInterests

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

Source from the content-addressed store, hash-verified

5579 }
5580
5581 public java.util.concurrent.CompletableFuture<Object> fetchOpenInterests(Object... optionalArgs)
5582 {
5583
5584 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5585
5586 Object symbols = Helpers.getArg(optionalArgs, 0, null);
5587 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
5588 throw new NotSupported((String)Helpers.add(this.id, " fetchOpenInterests() is not supported yet")) ;
5589 });
5590
5591 }
5592
5593 public java.util.concurrent.CompletableFuture<Object> signIn(Object... optionalArgs)
5594 {

Callers 1

fetchOpenInterestMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected