CancelOrdersForContractRequest

Note

For a more in depth documentation, you should check the comments from the protobuf file.

Purpose

Uses for cancel all orders for selected contract name.

Fields

  • contractToBeCanceled - name of contract orders with which will be canceled.

  • sourceModule - the name of the module from which you want to place the order.


Request example

const CancelOrdersForContractRequest = {
        contractToBeCanceled: "6BZ21",
        sourceModule: null
    }

Responses

The server will respond with a CancelOrdersForContractResponse.