I think you could add this method for completeness of the API: ``` def get_all_orders(self, account_name='Main', market_code=''): return self._get_orders(account_name=account_name, status='A', market_code=market_code) ``` http://docs.bitexen.com/#get-orders
I think you could add this method for completeness of the API:
http://docs.bitexen.com/#get-orders