(Object order, Object... optionalArgs)
| 5197 | } |
| 5198 | |
| 5199 | public Object parseOrder(Object order, Object... optionalArgs) |
| 5200 | { |
| 5201 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 5202 | throw new NotSupported((String)Helpers.add(this.id, " parseOrder() is not supported yet")) ; |
| 5203 | } |
| 5204 | |
| 5205 | public java.util.concurrent.CompletableFuture<Object> fetchCrossBorrowRates(Object... optionalArgs) |
| 5206 | { |
no test coverage detected