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

Method parseOpenInterest

java/lib/src/main/java/io/github/ccxt/Exchange.java:12601–12605  ·  view source on GitHub ↗
(Object interest, Object... optionalArgs)

Source from the content-addressed store, hash-verified

12599 }
12600
12601 public Object parseOpenInterest(Object interest, Object... optionalArgs)
12602 {
12603 Object market = Helpers.getArg(optionalArgs, 0, null);
12604 throw new NotSupported((String)Helpers.add(this.id, " parseOpenInterest () is not supported yet")) ;
12605 }
12606
12607 public Object parseOpenInterests(Object response, Object... optionalArgs)
12608 {

Callers 2

parseOpenInterestsMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected