Fix some type issues

This commit is contained in:
Matthias
2023-04-01 20:10:52 +02:00
parent a630799984
commit dc7e834911
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ class __RPCBuyMsgBase(RPCSendMsgBase):
direction: str
limit: float
open_rate: float
order_type: Optional[str] # TODO: why optional??
order_type: str
stake_amount: float
stake_currency: str
fiat_currency: Optional[str]