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

Method handleDelta

java/lib/src/main/java/io/github/ccxt/Exchange.java:4256–4259  ·  view source on GitHub ↗
(Object bookside, Object delta)

Source from the content-addressed store, hash-verified

4254 }
4255
4256 public void handleDelta(Object bookside, Object delta)
4257 {
4258 throw new NotSupported((String)Helpers.add(this.id, " handleDelta not supported yet")) ;
4259 }
4260
4261 public void handleDeltasWithKeys(Object bookSide, Object deltas, Object... optionalArgs)
4262 {

Callers 1

handleDeltasMethod · 0.95

Calls 1

addMethod · 0.95

Tested by

no test coverage detected