OEC Application Programming Interface

OECClient.ModifyOrder Method 

Modifies an existing Order

public Order ModifyOrder(
   OrderDraft draft
);

Parameters

draft
Order with changed version parameters

Remarks

New order version is taked from OrderDraft created from this order by CreateDraft call. The modification Command will be put in the Commands list and new order Version will be placed to the Versionslist.
Note that the modification command will be initially in pending state, and the client should monitor OnCommandUpdated event and/or State to see whether the command was executed or failed.

See Also

OECClient Class | OEC.API Namespace | Order | Command | Version