(Object interest, Object... optionalArgs)
| 12599 | } |
| 12600 | |
| 12601 | public Object parseOpenInterest(Object interest, Object... optionalArgs) |
| 12602 | { |
| 12603 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 12604 | throw new NotSupported((String)Helpers.add(this.id, " parseOpenInterest () is not supported yet")) ; |
| 12605 | } |
| 12606 | |
| 12607 | public Object parseOpenInterests(Object response, Object... optionalArgs) |
| 12608 | { |
no test coverage detected