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

Method stringDiv

java/lib/src/main/java/io/github/ccxt/base/Precise.java:230–232  ·  view source on GitHub ↗
(Object string1, Object string2)

Source from the content-addressed store, hash-verified

228 }
229
230 public static String stringDiv(Object string1, Object string2) {
231 return stringDiv(string1, string2, 18);
232 }
233
234 public static String stringDiv(Object string1, Object string2, Object precision) {
235 if (string1 == null || string2 == null) return null;

Callers 15

safeOrderMethod · 0.95
safeTradeMethod · 0.95
safeTickerMethod · 0.95
safePositionMethod · 0.95
parsePositionRiskMethod · 0.95
parseAccountPositionMethod · 0.95
orderMessageMethod · 0.95
encodeWithdrawMessageMethod · 0.95
parsePositionMethod · 0.95
createOrderRequestMethod · 0.95
parsePositionMethod · 0.95

Calls 3

toStringMethod · 0.95
equalsMethod · 0.45
divMethod · 0.45

Tested by 2

testTickerMethod · 0.76
testPreciseMethod · 0.76