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

Method toMap

java/lib/src/main/java/io/github/ccxt/types/TypeHelper.java:32–35  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

30 }
31
32 public static Map<String, Object> toMap(Object obj) {
33 if (obj == null) return null;
34 return (Map<String, Object>) obj;
35 }
36
37 public static List<Object> toList(Object obj) {
38 if (obj == null) return null;

Callers 15

MarginModesMethod · 0.95
LongShortRatioMethod · 0.95
CurrenciesMethod · 0.95
TransferEntryMethod · 0.95
NetworkLimitsMethod · 0.95
FundingRateHistoryMethod · 0.95
LastPricesMethod · 0.95
OpenInterestsMethod · 0.95
OrderBooksMethod · 0.95
PrecisionMethod · 0.95
WithdrawalResponseMethod · 0.95
TickersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected