Versions Compared

Key

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

...

IN DEVELOPMENT2024-05-08

IN DEVELOPMENT2024-05-08

IN DEVELOPMENT2024-05-08

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
title

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
title

CancelComment

String

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

Status
colourBlue
title

Response

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

Info

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 have progressed from this state they are no longer possible to cancel from the API.

...