Add support for event funding_info_update.

This commit is contained in:
Davide Casale
2024-04-24 17:20:00 +02:00
parent a72a9475c0
commit 847d887bab
5 changed files with 14 additions and 2 deletions

View File

@@ -428,6 +428,7 @@ class FundingAutoRenew(_Type):
@dataclass()
class FundingInfo(_Type):
symbol: str
yield_loan: float
yield_lend: float
duration_loan: float