(Object trade, Object... optionalArgs)
| 5267 | } |
| 5268 | |
| 5269 | public Object parseWsTrade(Object trade, Object... optionalArgs) |
| 5270 | { |
| 5271 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 5272 | throw new NotSupported((String)Helpers.add(this.id, " parseWsTrade() is not supported yet")) ; |
| 5273 | } |
| 5274 | |
| 5275 | public Object parseWsOrder(Object order, Object... optionalArgs) |
| 5276 | { |
no test coverage detected