DOC: Added doc string for instant_fill.

This commit is contained in:
Thomas Wiecki
2013-12-04 07:16:18 -05:00
parent 5f4d8817e8
commit d52a7b6d8e
+2
View File
@@ -89,6 +89,8 @@ class TradingAlgorithm(object):
If not provided, will extract from data_frequency.
capital_base : float <default: 1.0e5>
How much capital to start with.
instant_fill : bool <default: False>
Whether to fill orders immediately or on next bar.
"""
self.datetime = None