Skip to content

How to Implement the below function points? #20

Open
@memoryfraction

Description

@memoryfraction

How to implement the below function points?
1 List GetOpeningOrders(string symbol, startDt, endDt = DateTime.Now)
2 Order CancelOrder(int orderId), GetCanceledOrders()
3 List GetCompletedOrders(startDt, endDt = DateTime.Now)
4 List GetSymbols(int number = 500) // get all the valid symbols, e.g. ranking by market cap

thinking, if I can have a sample code, I can implement the rest of the order function , and Pull Request

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions