Firstly - this is an amazing community and project. I look forward to being heavily involved. Big congrats to all those that have made Quantopian what it is today.
I need to get the status of my orders, I know that I need to call get_order( orderId ), but I couldn't find the API to know how to access the returned order object. Is there a state field to know if the order has been cancelled, partially filled, pending or filled ? I've gone through most of the docs, and know this is a new feature so it doesn't surprise me there isn't documentation yet.
I'm also assuming that when I call order( sid, 100), that that returns the orderId.
Are there plans to also include a get_filled_orders, or get_all_orders ?