(Object position, Object... optionalArgs)
| 5243 | } |
| 5244 | |
| 5245 | public Object parsePosition(Object position, Object... optionalArgs) |
| 5246 | { |
| 5247 | Object market = Helpers.getArg(optionalArgs, 0, null); |
| 5248 | throw new NotSupported((String)Helpers.add(this.id, " parsePosition() is not supported yet")) ; |
| 5249 | } |
| 5250 | |
| 5251 | public Object parseFundingRateHistory(Object info, Object... optionalArgs) |
| 5252 | { |
no test coverage detected