Add quote currency to entry/exit msgs

This commit is contained in:
Matthias
2024-01-06 13:11:45 +01:00
parent 079330ac64
commit 20b2f25067
2 changed files with 5 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class __RPCEntryExitMsgBase(RPCSendMsgBase):
exchange: str
pair: str
base_currency: str
quote_currency: str
leverage: Optional[float]
direction: str
limit: float