mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
derivatives
This commit is contained in:
@@ -465,4 +465,13 @@ class PositionAudit(_Type):
|
||||
COLLATERAL_MIN: float
|
||||
META: JSON
|
||||
|
||||
@dataclass
|
||||
class DerivativePositionCollateral(_Type):
|
||||
STATUS: int
|
||||
|
||||
@dataclass
|
||||
class DerivativePositionCollateralLimits(_Type):
|
||||
MIN_COLLATERAL: float
|
||||
MAX_COLLATERAL: float
|
||||
|
||||
#endregion
|
||||
Reference in New Issue
Block a user