MCPcopy Create free account
hub / github.com/ccxt/ccxt / safeTimestampN

Method safeTimestampN

java/lib/src/main/java/io/github/ccxt/Exchange.java:1056–1058  ·  view source on GitHub ↗
(Object obj, List<Object> keys, Object... defaultValue)

Source from the content-addressed store, hash-verified

1054 }
1055
1056 public Object safeTimestampN(Object obj, List<Object> keys, Object... defaultValue) {
1057 return SafeMethods.safeTimestampN(obj, keys, defaultValue);
1058 }
1059
1060 public static Double safeFloat(Object obj, Object key, Object... defaultValue) {
1061 return SafeMethods.SafeFloat(obj, key, defaultValue);

Callers 5

testSafeMethodsFunction · 0.95
testSafeMethodsFunction · 0.95
testSafeMethodsMethod · 0.95
parseTransactionMethod · 0.45
parseTransactionMethod · 0.45

Calls 1

safeTimestampNMethod · 0.95

Tested by 1

testSafeMethodsMethod · 0.76