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

Method fetchMarginModes

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

Source from the content-addressed store, hash-verified

5034 }
5035
5036 public java.util.concurrent.CompletableFuture<Object> fetchMarginModes(Object... optionalArgs)
5037 {
5038
5039 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5040
5041 Object symbols = Helpers.getArg(optionalArgs, 0, null);
5042 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
5043 throw new NotSupported((String)Helpers.add(this.id, " fetchMarginModes () is not supported yet")) ;
5044 });
5045
5046 }
5047
5048 public java.util.concurrent.CompletableFuture<Object> fetchRestOrderBookSafe(Object symbol, Object... optionalArgs)
5049 {

Callers 1

fetchMarginModeMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected