Skip to content

Commit

Permalink
Merge pull request #2232 from quantopian/no-instant-fill
Browse files Browse the repository at this point in the history
DOC: Remove instant_fill docstring reference from TradingAlgorithm
  • Loading branch information
Freddie Vargus committed Jul 6, 2018
2 parents f61d3df + 2586c35 commit 2091a08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zipline/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ class TradingAlgorithm(object):
tracebacks. default: '<string>'.
data_frequency : {'daily', 'minute'}, optional
The duration of the bars.
instant_fill : bool, optional
Whether to fill orders immediately or on next bar. default: False
equities_metadata : dict or DataFrame or file-like object, optional
If dict is provided, it must have the following structure:
* keys are the identifiers
Expand Down

0 comments on commit 2091a08

Please sign in to comment.