Add docstring to update_trade_state

This commit is contained in:
Matthias 2020-08-21 07:31:22 +02:00
parent 3be14933d4
commit 357d7714ec
1 changed files with 5 additions and 0 deletions

View File

@ -1312,6 +1312,11 @@ class FreqtradeBot:
"""
Checks trades with open orders and updates the amount if necessary
Handles closing both buy and sell orders.
:param trade: Trade object of the trade we're analyzing
:param order_id: Order-id of the order we're analyzing
:param action_order: Already aquired order object
:param order_amount: Order-amount - only used in case of partially cancelled buy order
TODO: Investigate if this is really needed, or covered by getting filled in here again.
:return: True if order has been cancelled without being filled partially, False otherwise
"""
if not order_id: