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

Method string_gt

python/ccxt/base/precise.py:272–275  ·  view source on GitHub ↗
(string1, string2)

Source from the content-addressed store, hash-verified

270
271 @staticmethod
272 def string_gt(string1, string2):
273 if string1 is None or string2 is None:
274 return False
275 return Precise(string1).gt(Precise(string2))
276
277 @staticmethod
278 def string_ge(string1, string2):

Callers 15

parse_tradeMethod · 0.80
create_order_requestMethod · 0.80
parse_positionMethod · 0.80
parse_orderMethod · 0.80
parse_position_riskMethod · 0.80
fetch_positions_riskMethod · 0.80
parse_contract_orderMethod · 0.80
parse_positionMethod · 0.80
parse_orderMethod · 0.80
parse_transactionMethod · 0.80
parse_positionMethod · 0.80

Calls 2

PreciseClass · 0.70
gtMethod · 0.45

Tested by 5

assert_greaterFunction · 0.64
test_order_bookFunction · 0.64
test_marketFunction · 0.64
test_preciseFunction · 0.64
test_numberFunction · 0.64