position history

This commit is contained in:
itsdeka
2023-01-25 20:46:55 +01:00
committed by Davide Casale
parent 374f65d660
commit 3565811ec9
4 changed files with 54 additions and 7 deletions

View File

@@ -425,4 +425,16 @@ class Increase(_Type):
AMOUNT: float
BASE_PRICE: float
@dataclass
class PositionHistory(_Type):
SYMBOL: str
STATUS: str
AMOUNT: float
BASE_PRICE: float
FUNDING: float
FUNDING_TYPE: int
POSITION_ID: int
MTS_CREATE: int
MTS_UPDATE: int
#endregion