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

Method arrayConcat

java/lib/src/main/java/io/github/ccxt/Exchange.java:802–804  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

800 }
801
802 public Object arrayConcat(Object a, Object b) {
803 return io.github.ccxt.base.Functions.arrayConcat(a, b);
804 }
805
806 public java.util.List<Object> aggregate(Object bidasks) {
807 return io.github.ccxt.base.Functions.aggregate(bidasks);

Callers 15

testArrayConcatFunction · 0.95
arraysConcatMethod · 0.95
setMarketsMethod · 0.95
reduceFeesByCurrencyMethod · 0.95
parseConversionsMethod · 0.95
testArrayConcatFunction · 0.95
arraysConcatMethod · 0.95
setMarketsMethod · 0.95

Calls

no outgoing calls

Tested by 2

testBalanceMethod · 0.36
getActiveMarketsMethod · 0.36