You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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