(Object... optionalArgs)
| 9740 | } |
| 9741 | |
| 9742 | public java.util.concurrent.CompletableFuture<Object> fetchTickers(Object... optionalArgs) |
| 9743 | { |
| 9744 | |
| 9745 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 9746 | |
| 9747 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 9748 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 9749 | throw new NotSupported((String)Helpers.add(this.id, " fetchTickers() is not supported yet")) ; |
| 9750 | }); |
| 9751 | |
| 9752 | } |
| 9753 | |
| 9754 | public java.util.concurrent.CompletableFuture<Object> fetchSpotTickers(Object... optionalArgs) |
| 9755 | { |
no test coverage detected