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

Method commonCurrencyCode

java/lib/src/main/java/io/github/ccxt/Exchange.java:11445–11452  ·  view source on GitHub ↗
(Object code)

Source from the content-addressed store, hash-verified

11443 }
11444
11445 public Object commonCurrencyCode(Object code)
11446 {
11447 if (!Helpers.isTrue(this.substituteCommonCurrencyCodes))
11448 {
11449 return code;
11450 }
11451 return this.safeString(this.commonCurrencies, code, code);
11452 }
11453
11454 public Object currency(Object code)
11455 {

Callers 4

marketCodesMethod · 0.95
safeCurrencyMethod · 0.95
fetchMarketsMethod · 0.45
parseTradeMethod · 0.45

Calls 2

isTrueMethod · 0.95
safeStringMethod · 0.95

Tested by

no test coverage detected