MAINT: Renamed order_batch parameter and added docs

This commit is contained in:
Richard Frank
2016-12-20 11:57:27 -05:00
parent dea157741f
commit 83d0c45ec3
3 changed files with 53 additions and 13 deletions
+3 -2
View File
@@ -1382,8 +1382,9 @@ class TradingAlgorithm(object):
Returns
-------
order_id : str
The unique identifier for this order.
order_id : str or None
The unique identifier for this order, or None if no order was
placed.
Notes
-----