list_orders: history of past orders [feature request]
smjure opened this issue · 3 comments
smjure commented
Thank you for the great collection of methods. To complement it, it would be useful to add api.list_orders() - get the history of past orders.
AxelGard commented
Great idea! I will make sure to add it!
AxelGard commented
So you are now able to call
cira.list_orders()
This will return a list of all open orders.
This will be with all default arguments.
AxelGard commented
@smjure I'm glad you like the lib and thank you for the feature request!
You should be aware that I am planning to redesign the library but I have forked cira with this older style. I won't start the redesign until cira-classic is up and working. So if you are using it a lot it all that is needed to be done is
import cira_classic as cira # or something like that
check out cira-classic