MCPcopy
hub / github.com/ccxt/ccxt / isLessThanOrEqual

Method isLessThanOrEqual

java/lib/src/main/java/io/github/ccxt/Helpers.java:347–349  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

345 }
346
347 public static boolean isLessThanOrEqual(Object a, Object b) {
348 return isLessThan(a, b) || isEqual(a, b);
349 }
350
351 public static Object mod(Object a, Object b) {
352 if (a == null || b == null) return null;

Callers 15

filterByLimitMethod · 0.95
findNearestCeilingMethod · 0.95
safeDeterministicCallMethod · 0.95
withdrawMethod · 0.95
safeDeterministicCallMethod · 0.95
fetchOHLCVMethod · 0.95
getClosestLimitMethod · 0.95
handleErrorsMethod · 0.95

Calls 2

isLessThanMethod · 0.95
isEqualMethod · 0.95

Tested by 6

isLessThanOrEqualMethod · 0.76
testFetchPositionsMethod · 0.76
AssertTimestampOrderMethod · 0.76
testWatchPositionsMethod · 0.76
testSleepMethod · 0.76