funding info

Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
This commit is contained in:
Davide Casale
2023-01-30 17:31:07 +01:00
parent 01d638cf9c
commit b9850fa451
4 changed files with 34 additions and 0 deletions

View File

@@ -354,6 +354,14 @@ class FundingAutoRenew(_Type):
rate: float
threshold: float
@dataclass()
class FundingInfo(_Type):
symbol: str
yield_loan: float
yield_lend: float
duration_loan: float
duration_lend: float
@dataclass
class Transfer(_Type):
mts: int