Inputs Array[] of CancelTradeOrder

Name

Type

Description

Mandatory

Available from version

OrderId

Guid

This is the BrickId of the TradeOrder

Yes

2.27

CancelBatch

Guid

For reference only, to be able to keep track of all orders canceled.

CancelLinkedOrders

Boolean

If there are linked orders, for exampel AutoGiro-orders or CurrencyExchangeOrders, this property defines if those orders should be canceled too. Defaults to false if not set

CancelComment

String

Cancel-comment that will be saved on all canceled orders.

Response

Response Message = “OK” or errors. A list of the supplied CancelTradeOrder entities with respective OrderId is also returned.

This method works for internal orders, manual orders, external fund orders and MFEX orders while the orders are in their initial state Placed. Once the orders has progressed from this state they are no longer possible to cancel from the API.