Exploring blueshift after a while now. Am hitting this error. This used to work in the past. AttributeError: 'blueshift_objects.trades._position.Position' object has no attribute 'last_sale_price' What is the alternate?
See the details of the position object in the API documentation. You are probably looking for "last_price".