funding trades

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

View File

@@ -284,6 +284,16 @@ class Trade(_Type):
fee_currency: str
cid: int
@dataclass()
class FundingTrade(_Type):
id: int
currency: str
mts_create: int
offer_id: int
amount: float
rate: float
period: int
@dataclass
class OrderTrade(_Type):
id: int