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

Method handleOption

java/lib/src/main/java/io/github/ccxt/Exchange.java:9486–9491  ·  view source on GitHub ↗
(Object methodName, Object optionName, Object... optionalArgs)

Source from the content-addressed store, hash-verified

9484 }
9485
9486 public Object handleOption(Object methodName, Object optionName, Object... optionalArgs)
9487 {
9488 Object defaultValue = Helpers.getArg(optionalArgs, 0, null);
9489 Object res = this.handleOptionAndParams(new java.util.HashMap<String, Object>() {{}}, methodName, optionName, defaultValue);
9490 return this.safeValue(res, 0);
9491 }
9492
9493 public Object handleMarketTypeAndParams(Object methodName, Object... optionalArgs)
9494 {

Callers 15

loadOrderBookMethod · 0.95
parseMarketMethod · 0.45
fetchStatusMethod · 0.45
fetchCurrenciesMethod · 0.45
transferMethod · 0.45
fetchLeverageMethod · 0.45
loadAccountSettingsMethod · 0.45
fetchMarginModeMethod · 0.45
createOrderRequestMethod · 0.45
batchOrdersRequestMethod · 0.45

Calls 3

getArgMethod · 0.95
handleOptionAndParamsMethod · 0.95
safeValueMethod · 0.95

Tested by

no test coverage detected