(Object... optionalArgs)
| 9776 | } |
| 9777 | |
| 9778 | public java.util.concurrent.CompletableFuture<Object> fetchMarkPrices(Object... optionalArgs) |
| 9779 | { |
| 9780 | |
| 9781 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 9782 | |
| 9783 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 9784 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 9785 | throw new NotSupported((String)Helpers.add(this.id, " fetchMarkPrices() is not supported yet")) ; |
| 9786 | }); |
| 9787 | |
| 9788 | } |
| 9789 | |
| 9790 | public java.util.concurrent.CompletableFuture<Object> fetchTickersWs(Object... optionalArgs) |
| 9791 | { |
no test coverage detected