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

Method stringLt

java/lib/src/main/java/io/github/ccxt/base/Precise.java:292–295  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

290 }
291
292 public static boolean stringLt(Object a, Object b) {
293 if (a == null || b == null) return false;
294 return new Precise(a).lt(new Precise(b));
295 }
296
297 public static String stringAbs(Object a) {
298 if (a == null) return null;

Callers 15

safeCurrencyStructureMethod · 0.95
parsePositionRiskMethod · 0.95
parseAccountPositionMethod · 0.95
parseLedgerEntryMethod · 0.95
parseTransferMethod · 0.95
getExtendedEncodeI64Method · 0.95
parsePositionMethod · 0.95
parseLedgerEntryMethod · 0.95
parsePositionMethod · 0.95
parseOrderMethod · 0.95
parseTransactionMethod · 0.95

Calls 1

ltMethod · 0.45

Tested by 4

testOrderBookMethod · 0.76
AssertLessMethod · 0.76
AssertOrderStateMethod · 0.76
testPreciseMethod · 0.76