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

Method parseLedgerEntry

java/lib/src/main/java/io/github/ccxt/Exchange.java:5193–5197  ·  view source on GitHub ↗
(Object item, Object... optionalArgs)

Source from the content-addressed store, hash-verified

5191 }
5192
5193 public Object parseLedgerEntry(Object item, Object... optionalArgs)
5194 {
5195 Object currency = Helpers.getArg(optionalArgs, 0, null);
5196 throw new NotSupported((String)Helpers.add(this.id, " parseLedgerEntry() is not supported yet")) ;
5197 }
5198
5199 public Object parseOrder(Object order, Object... optionalArgs)
5200 {

Callers 1

parseLedgerMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected