(Object id, Object... optionalArgs)
| 10754 | } |
| 10755 | |
| 10756 | public java.util.concurrent.CompletableFuture<Object> cancelOrder(Object id, Object... optionalArgs) |
| 10757 | { |
| 10758 | |
| 10759 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 10760 | |
| 10761 | Object symbol = Helpers.getArg(optionalArgs, 0, null); |
| 10762 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 10763 | throw new NotSupported((String)Helpers.add(this.id, " cancelOrder() is not supported yet")) ; |
| 10764 | }); |
| 10765 | |
| 10766 | } |
| 10767 | |
| 10768 | public java.util.concurrent.CompletableFuture<Object> cancelSpotOrder(Object id, Object... optionalArgs) |
| 10769 | { |
no test coverage detected