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

Method Exchange

java/lib/src/main/java/io/github/ccxt/Exchange.java:260–262  ·  view source on GitHub ↗
(Object userConfig)

Source from the content-addressed store, hash-verified

258
259 // add to derived files constructor that calls base constructor with userConfig
260 public Exchange (Object userConfig) {
261 this.initExchange(userConfig);
262 }
263
264 public Exchange() {
265 this.initExchange(null);

Callers 15

test_keysortFunction · 0.80
test_safe_methodsFunction · 0.80
test_deep_extendFunction · 0.80
test_rawencodeFunction · 0.80
test_encodeFunction · 0.80
test_decodeFunction · 0.80
test_is_emptyFunction · 0.80
test_capitalizeFunction · 0.80

Calls 1

initExchangeMethod · 0.95

Tested by 15

test_keysortFunction · 0.64
test_safe_methodsFunction · 0.64
test_deep_extendFunction · 0.64
test_rawencodeFunction · 0.64
test_encodeFunction · 0.64
test_decodeFunction · 0.64
test_is_emptyFunction · 0.64
test_capitalizeFunction · 0.64