Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_keysort
Function · 0.80
test_decimal_to_precision
Function · 0.80
test_safe_methods
Function · 0.80
test_deep_extend
Function · 0.80
test_rawencode
Function · 0.80
test_encode
Function · 0.80
test_decode
Function · 0.80
test_is_empty
Function · 0.80
test_capitalize
Function · 0.80
helper_test_network_code_to_id
Function · 0.80
helper_test_network_id_to_code
Function · 0.80
helper_batch_network_tests
Function · 0.80
Calls
1
initExchange
Method · 0.95
Tested by
15
test_keysort
Function · 0.64
test_decimal_to_precision
Function · 0.64
test_safe_methods
Function · 0.64
test_deep_extend
Function · 0.64
test_rawencode
Function · 0.64
test_encode
Function · 0.64
test_decode
Function · 0.64
test_is_empty
Function · 0.64
test_capitalize
Function · 0.64
helper_test_network_code_to_id
Function · 0.64
helper_test_network_id_to_code
Function · 0.64
helper_batch_network_tests
Function · 0.64