(Object... optionalArgs)
| 5096 | } |
| 5097 | |
| 5098 | public java.util.concurrent.CompletableFuture<Object> fetchTime(Object... optionalArgs) |
| 5099 | { |
| 5100 | |
| 5101 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5102 | |
| 5103 | Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}}); |
| 5104 | throw new NotSupported((String)Helpers.add(this.id, " fetchTime() is not supported yet")) ; |
| 5105 | }); |
| 5106 | |
| 5107 | } |
| 5108 | |
| 5109 | public java.util.concurrent.CompletableFuture<Object> fetchTradingLimits(Object... optionalArgs) |
| 5110 | { |
no test coverage detected