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

Method parseOption

java/lib/src/main/java/io/github/ccxt/Exchange.java:13725–13730  ·  view source on GitHub ↗
(Object chain, Object... optionalArgs)

Source from the content-addressed store, hash-verified

13723 }
13724
13725 public Object parseOption(Object chain, Object... optionalArgs)
13726 {
13727 Object currency = Helpers.getArg(optionalArgs, 0, null);
13728 Object market = Helpers.getArg(optionalArgs, 1, null);
13729 throw new NotSupported((String)Helpers.add(this.id, " parseOption () is not supported yet")) ;
13730 }
13731
13732 public Object parseOptionChain(Object response, Object... optionalArgs)
13733 {

Callers 1

parseOptionChainMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected