public void Revise(
int piVolume,
decimal? poLimitPrice
)Public Sub Revise (
piVolume As Integer,
poLimitPrice As Decimal?
)Success of this method does NOT indicate that the order has been revised, only that the revision is in progress. OrderUpdate events will be raised with the results of the revision.
Note: The volume specified should be the total volume for the order and not just the working volume. I.e. if a 10 lot order is partially filled 5 lots (so hs 5 lots still working) and you want to revise the order to a 12 lot order (to have 7 lots working) then specify 12 as the volume and not 7.