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

Method safeValue2

java/lib/src/main/java/io/github/ccxt/Exchange.java:978–980  ·  view source on GitHub ↗
(Object obj, Object key1, Object key2, Object... defaultValue)

Source from the content-addressed store, hash-verified

976 }
977
978 public Object safeValue2(Object obj, Object key1, Object key2, Object... defaultValue) {
979 return SafeMethods.safeValue2(obj, key1, key2, defaultValue);
980 }
981
982 public Object safeValueN(Object obj, Object keys, Object... defaultValue) {
983 return SafeMethods.SafeValueN(obj, keys, defaultValue);

Callers 15

testSafeMethodsFunction · 0.95
setMarketsMethod · 0.95
handleOptionAndParamsMethod · 0.95
testSafeMethodsFunction · 0.95
setMarketsMethod · 0.95
handleOptionAndParamsMethod · 0.95
handleOptionAndParamsMethod · 0.95
testSafeMethodsMethod · 0.95
editSpotOrderRequestMethod · 0.45
fetchOrderBookMethod · 0.45
fetchTradesMethod · 0.45
createOrderMethod · 0.45

Calls 1

safeValue2Method · 0.95

Tested by 1

testSafeMethodsMethod · 0.76