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

Method parseMarginMode

java/lib/src/main/java/io/github/ccxt/Exchange.java:13772–13776  ·  view source on GitHub ↗
(Object marginMode, Object... optionalArgs)

Source from the content-addressed store, hash-verified

13770 }
13771
13772 public Object parseMarginMode(Object marginMode, Object... optionalArgs)
13773 {
13774 Object market = Helpers.getArg(optionalArgs, 0, null);
13775 throw new NotSupported((String)Helpers.add(this.id, " parseMarginMode () is not supported yet")) ;
13776 }
13777
13778 public Object parseLeverages(Object response, Object... optionalArgs)
13779 {

Callers 1

parseMarginModesMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected