Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2021-11-23 07:35:26 +01:00
15 changed files with 45 additions and 34 deletions

View File

@@ -144,6 +144,7 @@ class OrderTypes(BaseModel):
class ShowConfig(BaseModel):
version: str
api_version: float
dry_run: bool
trading_mode: str
short_allowed: bool