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

Method parseGreeks

java/lib/src/main/java/io/github/ccxt/Exchange.java:13687–13691  ·  view source on GitHub ↗
(Object greeks, Object... optionalArgs)

Source from the content-addressed store, hash-verified

13685 }
13686
13687 public Object parseGreeks(Object greeks, Object... optionalArgs)
13688 {
13689 Object market = Helpers.getArg(optionalArgs, 0, null);
13690 throw new NotSupported((String)Helpers.add(this.id, " parseGreeks () is not supported yet")) ;
13691 }
13692
13693 public Object parseAllGreeks(Object greeks, Object... optionalArgs)
13694 {

Callers 1

parseAllGreeksMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected