(Object... optionalArgs)
| 9788 | } |
| 9789 | |
| 9790 | public java.util.concurrent.CompletableFuture<Object> fetchTickersWs(Object... optionalArgs) |
| 9791 | { |
| 9792 | |
| 9793 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 9794 | |
| 9795 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 9796 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 9797 | throw new NotSupported((String)Helpers.add(this.id, " fetchTickersWs() is not supported yet")) ; |
| 9798 | }); |
| 9799 | |
| 9800 | } |
| 9801 | |
| 9802 | public java.util.concurrent.CompletableFuture<Object> fetchOrderBooks(Object... optionalArgs) |
| 9803 | { |
no test coverage detected