feat: set precision_mode_price when creating trade objects

This commit is contained in:
Matthias
2024-08-13 09:11:44 +02:00
parent 54bc60b08f
commit ac1ac0debe
3 changed files with 13 additions and 2 deletions

View File

@@ -419,6 +419,11 @@ class Exchange:
"""exchange ccxt precisionMode"""
return self._api.precisionMode
@property
def precision_mode_price(self) -> int:
"""exchange ccxt precisionMode"""
return self._api.precisionMode
def additional_exchange_init(self) -> None:
"""
Additional exchange initialization logic.