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
Thanks
The text was updated successfully, but these errors were encountered:
The below code is able to create the order, but how to get the response? e.g. created orderId? order creation result? failed or succeed? since the execution1 is null
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
The text was updated successfully, but these errors were encountered: