| 9934 | } |
| 9935 | |
| 9936 | public java.util.concurrent.CompletableFuture<Object> createOrder(Object symbol, Object type, Object side, Object amount, Object... optionalArgs) |
| 9937 | { |
| 9938 | |
| 9939 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 9940 | |
| 9941 | Object price = Helpers.getArg(optionalArgs, 0, null); |
| 9942 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 9943 | throw new NotSupported((String)Helpers.add(this.id, " createOrder() is not supported yet")) ; |
| 9944 | }); |
| 9945 | |
| 9946 | } |
| 9947 | |
| 9948 | public java.util.concurrent.CompletableFuture<Object> createTwapOrder(Object symbol, Object side, Object amount, Object duration, Object... optionalArgs) |
| 9949 | { |