Improve docstring for "select_filled_orders".

This commit is contained in:
Matthias
2023-08-24 17:44:48 +02:00
parent cfe1187cd9
commit 0f73e38f98

View File

@@ -1032,7 +1032,8 @@ class LocalTrade:
def select_filled_orders(self, order_side: Optional[str] = None) -> List['Order']: 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) :param order_side: Side of the order (either 'buy', 'sell', or None)
:return: array of Order objects :return: array of Order objects
""" """