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

Method safeValue

java/lib/src/main/java/io/github/ccxt/types/TypeHelper.java:52–54  ·  view source on GitHub ↗
(Object obj, Object key)

Source from the content-addressed store, hash-verified

50 }
51
52 public static Object safeValue(Object obj, Object key) {
53 return SafeMethods.SafeValue(obj, key);
54 }
55
56 // Index-based extraction for array types like OHLCV
57 public static Double safeFloatAt(Object obj, int index) {

Callers 15

LedgerEntryMethod · 0.95
OrderRequestMethod · 0.95
MarketInterfaceMethod · 0.95
TransactionMethod · 0.95
DepositWithdrawFeeMethod · 0.95
OrderMethod · 0.95
NetworkMethod · 0.95
TradeMethod · 0.95
BalancesMethod · 0.95
CurrencyInterfaceMethod · 0.95
createOrdersMethod · 0.45
parsePositionRiskMethod · 0.45

Calls 1

SafeValueMethod · 0.95

Tested by

no test coverage detected