(Object... optionalArgs)
| 5034 | } |
| 5035 | |
| 5036 | public java.util.concurrent.CompletableFuture<Object> fetchMarginModes(Object... optionalArgs) |
| 5037 | { |
| 5038 | |
| 5039 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5040 | |
| 5041 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 5042 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 5043 | throw new NotSupported((String)Helpers.add(this.id, " fetchMarginModes () is not supported yet")) ; |
| 5044 | }); |
| 5045 | |
| 5046 | } |
| 5047 | |
| 5048 | public java.util.concurrent.CompletableFuture<Object> fetchRestOrderBookSafe(Object symbol, Object... optionalArgs) |
| 5049 | { |
no test coverage detected