(Object marginMode, Object... optionalArgs)
| 13770 | } |
| 13771 | |
| 13772 | public Object parseMarginMode(Object marginMode, Object... optionalArgs) |
| 13773 | { |
| 13774 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 13775 | throw new NotSupported((String)Helpers.add(this.id, " parseMarginMode () is not supported yet")) ; |
| 13776 | } |
| 13777 | |
| 13778 | public Object parseLeverages(Object response, Object... optionalArgs) |
| 13779 | { |
no test coverage detected