mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 17:13:06 +00:00
Add open_fill_date stuff to json schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user