(Object... optionalArgs)
| 5291 | } |
| 5292 | |
| 5293 | public java.util.concurrent.CompletableFuture<Object> fetchFundingRates(Object... optionalArgs) |
| 5294 | { |
| 5295 | |
| 5296 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5297 | |
| 5298 | Object symbols = Helpers.getArg(optionalArgs, 0, null); |
| 5299 | Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}}); |
| 5300 | throw new NotSupported((String)Helpers.add(this.id, " fetchFundingRates() is not supported yet")) ; |
| 5301 | }); |
| 5302 | |
| 5303 | } |
| 5304 | |
| 5305 | public java.util.concurrent.CompletableFuture<Object> fetchFundingIntervals(Object... optionalArgs) |
| 5306 | { |
no test coverage detected