MCPcopy Create free account
hub / github.com/ccxt/ccxt / stringGe

Method stringGe

ts/src/base/Precise.ts:273–278  ·  view source on GitHub ↗
(string1: Str, string2: Str)

Source from the content-addressed store, hash-verified

271 }
272
273 static stringGe (string1: Str, string2: Str) {
274 if ((string1 === undefined) || (string2 === undefined)) {
275 return false;
276 }
277 return (new Precise (string1)).ge (new Precise (string2));
278 }
279
280 static stringLt (string1: Str, string2: Str) {
281 if ((string1 === undefined) || (string2 === undefined)) {

Callers 10

parseOrderMethod · 0.45
parsePositionMethod · 0.45
testPreciseFunction · 0.45
tcoAssertFilledOrderFunction · 0.45
testTickerFunction · 0.45
assertGreaterOrEqualFunction · 0.45
testBalanceFunction · 0.45
parseWsOrderMethod · 0.45
parseWsOrderMethod · 0.45

Calls 1

geMethod · 0.45

Tested by

no test coverage detected