From d52a7b6d8e7b048cdd1441bc6cf604efdaf645fc Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Wed, 4 Dec 2013 07:16:18 -0500 Subject: [PATCH] DOC: Added doc string for instant_fill. --- zipline/algorithm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zipline/algorithm.py b/zipline/algorithm.py index 0e1787ce..1c331004 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.py @@ -89,6 +89,8 @@ class TradingAlgorithm(object): If not provided, will extract from data_frequency. capital_base : float How much capital to start with. + instant_fill : bool + Whether to fill orders immediately or on next bar. """ self.datetime = None