mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-19 06:11:15 +00:00
Add quote currency to entry/exit msgs
This commit is contained in:
@@ -51,6 +51,7 @@ class __RPCEntryExitMsgBase(RPCSendMsgBase):
|
||||
exchange: str
|
||||
pair: str
|
||||
base_currency: str
|
||||
quote_currency: str
|
||||
leverage: Optional[float]
|
||||
direction: str
|
||||
limit: float
|
||||
|
||||
Reference in New Issue
Block a user