mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Add support for event balance_update.
This commit is contained in:
@@ -608,6 +608,12 @@ class DerivativePositionCollateralLimits(_Type):
|
||||
max_collateral: float
|
||||
|
||||
|
||||
@dataclass
|
||||
class BalanceInfo(_Type):
|
||||
aum: float
|
||||
aum_net: float
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
# region Dataclass definitions for types of merchant use
|
||||
|
||||
Reference in New Issue
Block a user