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

Method safeTimestamp

java/lib/src/main/java/io/github/ccxt/Exchange.java:1048–1050  ·  view source on GitHub ↗
(Object obj, Object key, Object... defaultValue)

Source from the content-addressed store, hash-verified

1046 }
1047
1048 public Object safeTimestamp(Object obj, Object key, Object... defaultValue) {
1049 return SafeMethods.safeTimestamp(obj, key, defaultValue);
1050 }
1051
1052 public Object safeTimestamp2(Object obj, Object key1, Object key2, Object... defaultValue) {
1053 return SafeMethods.safeTimestamp2(obj, key1, key2, defaultValue);

Callers 15

testSafeMethodsFunction · 0.95
testSafeMethodsFunction · 0.95
testSafeMethodsMethod · 0.95
parseOHLCVMethod · 0.45
parseOrderMethod · 0.45
parseLedgerEntryMethod · 0.45
parsePositionMethod · 0.45
parseTransferMethod · 0.45

Calls 1

safeTimestampMethod · 0.95

Tested by 1

testSafeMethodsMethod · 0.76