(dictionary, key1, key2, default_value=None)
| 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): |