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

Method safe_timestamp_2

python/ccxt/base/exchange.py:885–886  ·  view source on GitHub ↗
(dictionary, key1, key2, default_value=None)

Source from the content-addressed store, hash-verified

883
884 @staticmethod
885 def safe_timestamp_2(dictionary, key1, key2, default_value=None):
886 return Exchange.safe_integer_product_2(dictionary, key1, key2, 1000, default_value)
887
888 @staticmethod
889 def safe_value_2(dictionary, key1, key2, default_value=None):

Callers 15

test_safe_methodsFunction · 0.95
parse_tradeMethod · 0.80
fetch_timeMethod · 0.80
parse_orderMethod · 0.80
parse_tradeMethod · 0.80
parse_positionMethod · 0.80
parse_tradeMethod · 0.80
parse_tradeMethod · 0.80
parse_orderMethod · 0.80
parse_conversionMethod · 0.80
parse_transactionMethod · 0.80
parse_ohlcvMethod · 0.80

Calls 1

Tested by 1

test_safe_methodsFunction · 0.76