(Object price, Object... optionalArgs)
| 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 | { |
no test coverage detected