Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Status
colourBlue
titleIN DEVELOPMENT

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

Status
colourBlue
titleIN DEVELOPMENT

CancelComment

String

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

Status
colourBlue
titleIN DEVELOPMENT

Response

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

...