Skip to content

Commit

Permalink
MAINT: Add additional fields to __getitem__ for Order (#1483)
Browse files Browse the repository at this point in the history
These were previously available like the others.
  • Loading branch information
John Ricklefs committed Sep 13, 2016
1 parent 508c7ac commit fb0981e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zipline/protocol.py
Expand Up @@ -125,6 +125,11 @@ class Order(Event):
'stop',
'limit',
'id',
'filled',
'commission',
'stop_reached',
'limit_reached',
'created',
},
)

Expand Down

0 comments on commit fb0981e

Please sign in to comment.