I try to increase my contract number on certain conditions.
Is it possible to use ChangeOrder ... witt my already saved entryOrder-Object for tthis?
ChangeOrder(entryOrder, entryOrder.Quantity +1, 0, 0);
In case the method doesn't work, what would be the correct way to achieve this?
Thx
DT

Comment