funding auto renew

This commit is contained in:
itsdeka
2023-01-30 15:16:48 +01:00
committed by Davide Casale
parent 374739b656
commit 0ac14dfeb5
4 changed files with 42 additions and 0 deletions

View File

@@ -347,6 +347,13 @@ class FundingCredit(_Type):
no_close: int
position_pair: str
@dataclass
class FundingAutoRenew(_Type):
currency: str
period: int
rate: float
threshold: float
@dataclass
class Transfer(_Type):
mts: int