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

Method stringNeg

java/lib/src/main/java/io/github/ccxt/base/Precise.java:302–305  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

300 }
301
302 public static String stringNeg(Object a) {
303 if (a == null) return null;
304 return new Precise((String) a).neg().toString();
305 }
306
307 public static boolean stringLe(Object a, Object b) {
308 if (a == null || b == null) return false;

Callers 15

parseLedgerEntryMethod · 0.95
parseTradeMethod · 0.95
parseTradingFeeMethod · 0.95
parseOrderMethod · 0.95
parseLedgerEntryMethod · 0.95
parseIncomeMethod · 0.95
parseTradeMethod · 0.95
createOrderRequestMethod · 0.95
editOrderMethod · 0.95
parseTradingFeeMethod · 0.95
parseLedgerEntryMethod · 0.95

Calls 2

toStringMethod · 0.45
negMethod · 0.45

Tested by 2

testTickerMethod · 0.76
testPreciseMethod · 0.76