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

Method parseLastPrice

java/lib/src/main/java/io/github/ccxt/Exchange.java:11380–11384  ·  view source on GitHub ↗
(Object price, Object... optionalArgs)

Source from the content-addressed store, hash-verified

11378 }
11379
11380 public Object parseLastPrice(Object price, Object... optionalArgs)
11381 {
11382 Object market = Helpers.getArg(optionalArgs, 0, null);
11383 throw new NotSupported((String)Helpers.add(this.id, " parseLastPrice() is not supported yet")) ;
11384 }
11385
11386 public java.util.concurrent.CompletableFuture<Object> fetchDepositAddress(Object code, Object... optionalArgs)
11387 {

Callers 1

parseLastPricesMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected