| 10698 | } |
| 10699 | |
| 10700 | public java.util.concurrent.CompletableFuture<Object> createOrders(Object orders, Object... optionalArgs) |
| 10701 | { |
| 10702 | |
| 10703 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 10704 | |
| 10705 | Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}}); |
| 10706 | throw new NotSupported((String)Helpers.add(this.id, " createOrders() is not supported yet")) ; |
| 10707 | }); |
| 10708 | |
| 10709 | } |
| 10710 | |
| 10711 | public java.util.concurrent.CompletableFuture<Object> createSpotOrders(Object orders, Object... optionalArgs) |
| 10712 | { |