Explain _params element
This commit is contained in:
parent
31389b38f1
commit
baad1a5166
@ -142,6 +142,8 @@ def retrier(f):
|
|||||||
class Exchange:
|
class Exchange:
|
||||||
|
|
||||||
_config: Dict = {}
|
_config: Dict = {}
|
||||||
|
|
||||||
|
# Parameters to add directly to buy/sell calls (like agreeing to trading agreement)
|
||||||
_params: Dict = {}
|
_params: Dict = {}
|
||||||
|
|
||||||
# Dict to specify which options each exchange implements
|
# Dict to specify which options each exchange implements
|
||||||
|
Loading…
Reference in New Issue
Block a user