mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
position history
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user