(Object chain, Object... optionalArgs)
| 13723 | } |
| 13724 | |
| 13725 | public Object parseOption(Object chain, Object... optionalArgs) |
| 13726 | { |
| 13727 | Object currency = Helpers.getArg(optionalArgs, 0, null); |
| 13728 | Object market = Helpers.getArg(optionalArgs, 1, null); |
| 13729 | throw new NotSupported((String)Helpers.add(this.id, " parseOption () is not supported yet")) ; |
| 13730 | } |
| 13731 | |
| 13732 | public Object parseOptionChain(Object response, Object... optionalArgs) |
| 13733 | { |
no test coverage detected