...
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | This is the unique ID of the TransferOrder whose state will be updated. | Yes | |
TargetState | string | The desired state to which the transfer order should be updated. Available states: | Yes | |
BusinessDate | DateTime | Business date is set as trade/settle date on the created transactions. Only used together with AutomaticOrder_Finished. When finalizing an order, if the 'BusinessDate' is not specified, it will automatically be assigned the current date at the time of the request. | ||
CustodyAccount | Guid | On which custody account transactions will be created. Only used together with AutomaticOrder_Finished. When finalizing an order, if the 'CustodyAccount' is not specified, it will automatically be assigned the default custody account for the currency used for the transactions. | ||
SettleAmount | This will update the order amount on the transfer order and all associated trade and exchange orders when going to state AutomaticOrder_Finished. | In development |
Outputs
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | All UpdateTransferOrderStates in the request is returned. And an array of Errors perUpdateTransferOrderStates . | |
...