(Object... optionalArgs)
| 5425 | } |
| 5426 | |
| 5427 | public java.util.concurrent.CompletableFuture<Object> fetchLeverages(Object... optionalArgs) |
| 5428 | { |
| 5429 | |
| 5430 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5431 | |
| 5432 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 5433 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 5434 | throw new NotSupported((String)Helpers.add(this.id, " fetchLeverages() is not supported yet")) ; |
| 5435 | }); |
| 5436 | |
| 5437 | } |
| 5438 | |
| 5439 | public java.util.concurrent.CompletableFuture<Object> setPositionMode(Object hedged, Object... optionalArgs) |
| 5440 | { |
no test coverage detected