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

Method sum

java/lib/src/main/java/io/github/ccxt/Exchange.java:931–933  ·  view source on GitHub ↗
(Object... args)

Source from the content-addressed store, hash-verified

929
930 // sum (both overloads)
931 public Object sum(Object... args) {
932 return io.github.ccxt.base.Generic.sum(args);
933 }
934
935 public Object sum(Object a, Object b) {
936 return io.github.ccxt.base.Generic.sum(a, b);

Callers 15

testSumFunction · 0.95
buildOHLCVCMethod · 0.95
buildOHLCVCMethod · 0.95
runStaticTestsMethod · 0.95
testSumMethod · 0.95
fetchOHLCVMethod · 0.45
fetchTradesMethod · 0.45
fetchMyTradesMethod · 0.45
fetchMyDustTradesMethod · 0.45
fetchDepositsMethod · 0.45

Calls

no outgoing calls

Tested by 3

runStaticTestsMethod · 0.76
testSumMethod · 0.76