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

Method fetchLeverages

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

Source from the content-addressed store, hash-verified

5425 }
5426
5427 public java.util.concurrent.CompletableFuture<Object> fetchLeverages(Object... optionalArgs)
5428 {
5429
5430 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5431
5432 Object symbols = Helpers.getArg(optionalArgs, 0, null);
5433 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
5434 throw new NotSupported((String)Helpers.add(this.id, " fetchLeverages() is not supported yet")) ;
5435 });
5436
5437 }
5438
5439 public java.util.concurrent.CompletableFuture<Object> setPositionMode(Object hedged, Object... optionalArgs)
5440 {

Callers 1

fetchLeverageMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected