Files
catalyst/zipline
Jeremiah LowinandEddie Hebert 25659f9672 MAINT: Use current_data instead of last_sale_price
It seems more clear to get price values from
`self.trading_client.current_data[sid].price` than
from `self.portfolio.positions[sid].last_sale_price`.

The two values are the same, so this is just a readability change,
but it is also the same behavior as in `self.order_value()` and it's
good to have them all be the same.
2014-03-27 15:25:14 -04:00
..
2014-03-26 20:46:20 +09:00
2014-03-26 20:46:20 +09:00
2014-03-26 20:46:20 +09:00
2014-03-26 20:46:20 +09:00
2014-03-26 20:46:20 +09:00
2014-03-26 17:52:35 +09:00