Add open_fill_date stuff to json schema

This commit is contained in:
Matthias
2024-02-15 20:19:08 +01:00
parent 0f85ef0997
commit fb54c9ffe4
2 changed files with 16 additions and 0 deletions

View File

@@ -288,6 +288,8 @@ class TradeSchema(BaseModel):
open_date: str
open_timestamp: int
open_fill_date: Optional[str]
open_fill_timestamp: Optional[int]
open_rate: float
open_rate_requested: Optional[float] = None
open_trade_value: float