开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Create a self updating list of executions


 

Is there a possibility to create a self-updating list of executions iwthin the API??
?
Right now I use every account update to pull executions for the updated contract and isolate the last trade but there must be a more elegant way to do this.
?
?


 

My bad, my previous suggestion was incorrect, based on my own wrapper around the ReqExecutions request. The filter must be present but in order to initalize it I use the constructor that takes no arguments and then additionally modify the ClientId field, leaving everything else at default settings. This way the request sends back continuous execution updates for every order, including future orders.
--
Best,
DS