CancelOrderRequest
Note
For a more in depth documentation, you should check the comments from the protobuf file.
Purpose
Uses for cancel necessary order.
Mandatory fields
orderId
- number of order, that need to be canceled.moduleId
- the name of the module from which you want to place the order.ignoreValidation
- determine, if need to check validity of order (immediately filling, 10% check, etc.).
Request example
const CancelOrderRequest = {
orderId: "115256",
ignoreValidation: true,
moduleId: null
}
Responses
The server will respond with a CancelOrderResponse
.