(Object... optionalArgs)
| 5579 | } |
| 5580 | |
| 5581 | public java.util.concurrent.CompletableFuture<Object> fetchOpenInterests(Object... optionalArgs) |
| 5582 | { |
| 5583 | |
| 5584 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5585 | |
| 5586 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 5587 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 5588 | throw new NotSupported((String)Helpers.add(this.id, " fetchOpenInterests() is not supported yet")) ; |
| 5589 | }); |
| 5590 | |
| 5591 | } |
| 5592 | |
| 5593 | public java.util.concurrent.CompletableFuture<Object> signIn(Object... optionalArgs) |
| 5594 | { |
no test coverage detected