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

Method extend

java/lib/src/main/java/io/github/ccxt/base/Generic.java:154–156  ·  view source on GitHub ↗
(Object aa, Object bb)

Source from the content-addressed store, hash-verified

152 // ---------- extend / Extend (shallow merge) ----------
153
154 public static Map<String, Object> extend(Object aa, Object bb) {
155 return Extend(aa, bb);
156 }
157
158 public static Map<String, Object> Extend(Object aa, Object bb) {
159 Map<String, Object> a = (Map<String, Object>) aa;

Callers 15

fetchOrderBookMethod · 0.45
fetchTickerMethod · 0.45
fetchTradesMethod · 0.45
fetchTradingFeeMethod · 0.45
createOrderMethod · 0.45
cancelOrderMethod · 0.45
fetchOrdersMethod · 0.45
fetchOpenOrdersMethod · 0.45
fetchClosedOrdersMethod · 0.45
fetchMyTradesMethod · 0.45
fetchPositionsMethod · 0.45
withdrawMethod · 0.45

Calls 1

ExtendMethod · 0.95

Tested by

no test coverage detected