Hello, Terry how are you?
I'm currently working on a project and i'm developing a trade system that will use the EMSX API. The main requests that will be using the are CreateOrderAndRouteEx and CancelRoute. By reading the documentation and also making tests on the API i faced some cases where my request got an error response.
For example:
Using CreateOrderAndRouteEx an order and try to cancel it after it was already filled. I got an ERROR_CODE 7 for my CancelRoute request.
Using CreateOrderAndRouteEx an order but one of the parameters of the strategy is wrong and the order wasn't routed. I got an ERROR_CODE
Where can i find which are the possible ERROR_CODES that those requests can receive as response?
Hello, Terry how are you?
I'm currently working on a project and i'm developing a trade system that will use the EMSX API. The main requests that will be using the are CreateOrderAndRouteEx and CancelRoute. By reading the documentation and also making tests on the API i faced some cases where my request got an error response.
For example:
Using CreateOrderAndRouteEx an order and try to cancel it after it was already filled. I got an ERROR_CODE 7 for my CancelRoute request.
Using CreateOrderAndRouteEx an order but one of the parameters of the strategy is wrong and the order wasn't routed. I got an ERROR_CODE
Where can i find which are the possible ERROR_CODES that those requests can receive as response?