OEC Application Programming Interface

OECClient.CancelFill Method 

Cancels existing Fill

public Void CancelFill(
   Fill fill
);

Parameters

fill
Fill needs to be cancelled

Remarks

This command is intended for broker interface and will be ignored for trader logins. Fill should becomes cancelled (Active = false). As a side effect, Order becomes working if it was already completed.

See Also

OECClient Class | OEC.API Namespace | Fill | Order