This commit is contained in:
2026-05-04 18:04:45 +00:00
parent b05f389e49
commit 4eadc32f03
12 changed files with 10709 additions and 2496 deletions

View File

@@ -169,6 +169,8 @@ class Perpetual_Exchange:
initial_funding_rate: float = 0
min_price: float = 0
min_order_size: float = 0
min_lot_size: float = 0
min_notional: float = 0
# async def update(self):
# await self.Collateral_Updates.update()