(Object... optionalArgs)
| 4704 | } |
| 4705 | |
| 4706 | public java.util.concurrent.CompletableFuture<Object> fetchAccounts(Object... optionalArgs) |
| 4707 | { |
| 4708 | |
| 4709 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 4710 | |
| 4711 | Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}}); |
| 4712 | throw new NotSupported((String)Helpers.add(this.id, " fetchAccounts() is not supported yet")) ; |
| 4713 | }); |
| 4714 | |
| 4715 | } |
| 4716 | |
| 4717 | public java.util.concurrent.CompletableFuture<Object> fetchTrades(Object symbol, Object... optionalArgs) |
| 4718 | { |
no test coverage detected