mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 06:17:29 +08:00
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:
committed by
Thomas Wiecki
parent
243c0348f3
commit
7547ef535a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user