MAINT: Removed unused keyword arg

Deleted keyword arg include_open_orders, it was left over from working
on handling open orders.
This commit is contained in:
David Edwards
2014-06-02 14:16:47 -07:00
committed by Thomas Wiecki
parent 243c0348f3
commit 7547ef535a
+1 -2
View File
@@ -706,8 +706,7 @@ class TradingAlgorithm(object):
@api_method
def order_target_value(self, sid, target,
limit_price=None, stop_price=None,
style=None, include_open_orders=False):
limit_price=None, stop_price=None, style=None):
"""
Place an order to adjust a position to a target value. If
the position doesn't already exist, this is equivalent to placing a new