Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
filterByLimit
Method · 0.95
findNearestCeiling
Method · 0.95
fetchPaginatedCallDynamic
Method · 0.95
safeDeterministicCall
Method · 0.95
timeframeFromMilliseconds
Method · 0.95
withdraw
Method · 0.95
calculatePricePrecision
Method · 0.95
safeDeterministicCall
Method · 0.95
fetchOHLCV
Method · 0.95
getClosestLimit
Method · 0.95
calculateRateLimiterCost
Method · 0.95
handleErrors
Method · 0.95
Calls
2
isLessThan
Method · 0.95
isEqual
Method · 0.95
Tested by
6
isLessThanOrEqual
Method · 0.76
testFetchPositions
Method · 0.76
AssertTimestampOrder
Method · 0.76
fetchTickersAmountsTest
Method · 0.76
testWatchPositions
Method · 0.76
testSleep
Method · 0.76