(Object trade, Object... optionalArgs)
| 5168 | } |
| 5169 | |
| 5170 | public Object parseTrade(Object trade, Object... optionalArgs) |
| 5171 | { |
| 5172 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 5173 | throw new NotSupported((String)Helpers.add(this.id, " parseTrade() is not supported yet")) ; |
| 5174 | } |
| 5175 | |
| 5176 | public Object parseTransaction(Object transaction, Object... optionalArgs) |
| 5177 | { |
no test coverage detected