Explain _params element

This commit is contained in:
Matthias 2019-08-14 10:45:57 +02:00
parent 31389b38f1
commit baad1a5166
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ def retrier(f):
class Exchange:
_config: Dict = {}
# Parameters to add directly to buy/sell calls (like agreeing to trading agreement)
_params: Dict = {}
# Dict to specify which options each exchange implements