mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Improve docstring for "select_filled_orders".
This commit is contained in:
@@ -1032,7 +1032,8 @@ class LocalTrade:
|
||||
|
||||
def select_filled_orders(self, order_side: Optional[str] = None) -> List['Order']:
|
||||
"""
|
||||
Finds filled orders for this orderside.
|
||||
Finds filled orders for this order side.
|
||||
Will not return open orders which already partially filled.
|
||||
:param order_side: Side of the order (either 'buy', 'sell', or None)
|
||||
:return: array of Order objects
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user