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

Method marketId

java/lib/src/main/java/io/github/ccxt/Exchange.java:8422–8430  ·  view source on GitHub ↗
(Object symbol)

Source from the content-addressed store, hash-verified

8420 }
8421
8422 public Object marketId(Object symbol)
8423 {
8424 Object market = this.market(symbol);
8425 if (Helpers.isTrue(!Helpers.isEqual(market, null)))
8426 {
8427 return Helpers.GetValue(market, "id");
8428 }
8429 return symbol;
8430 }
8431
8432 public Object symbol(Object symbol)
8433 {

Callers 15

marketIdsMethod · 0.95
createOrderMethod · 0.45
cancelOrderMethod · 0.45
cancelOrderMethod · 0.45
fetchOrderBookMethod · 0.45
fetchTradingLimitsMethod · 0.45
fetchAccountIdByTypeMethod · 0.45
transferMethod · 0.45
fetchPositionMethod · 0.45
fetchTickerMethod · 0.45
transferMethod · 0.45
cancelAllSpotOrdersMethod · 0.45

Calls 4

marketMethod · 0.95
isTrueMethod · 0.95
isEqualMethod · 0.95
GetValueMethod · 0.95

Tested by

no test coverage detected