MCPcopy Index your code
hub / github.com/ccxt/ccxt / parsePosition

Method parsePosition

java/lib/src/main/java/io/github/ccxt/Exchange.java:5245–5249  ·  view source on GitHub ↗
(Object position, Object... optionalArgs)

Source from the content-addressed store, hash-verified

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 {

Callers 1

parsePositionsMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected