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

Method parseConversion

java/lib/src/main/java/io/github/ccxt/Exchange.java:13852–13857  ·  view source on GitHub ↗
(Object conversion, Object... optionalArgs)

Source from the content-addressed store, hash-verified

13850 }
13851
13852 public Object parseConversion(Object conversion, Object... optionalArgs)
13853 {
13854 Object fromCurrency = Helpers.getArg(optionalArgs, 0, null);
13855 Object toCurrency = Helpers.getArg(optionalArgs, 1, null);
13856 throw new NotSupported((String)Helpers.add(this.id, " parseConversion () is not supported yet")) ;
13857 }
13858
13859 public Object convertExpireDate(Object date)
13860 {

Callers 1

parseConversionsMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected