(Object contract, Object... optionalArgs)
| 12336 | } |
| 12337 | |
| 12338 | public Object parseFundingRate(Object contract, Object... optionalArgs) |
| 12339 | { |
| 12340 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 12341 | throw new NotSupported((String)Helpers.add(this.id, " parseFundingRate() is not supported yet")) ; |
| 12342 | } |
| 12343 | |
| 12344 | public Object parseFundingRates(Object response, Object... optionalArgs) |
| 12345 | { |
no test coverage detected