Skip to content

Add get_all_orders to API #4

@mertakozcan

Description

@mertakozcan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions