OEC Application Programming Interface

OECClient.AddFill Method 

Adds a new Fill to a working Order

public Void AddFill(
   Order order,
   Int32 quantity,
   Double price,
   String comments
);

Parameters

order
Order to fill
quantity
Filled quantity
price
Fill Price
comments
Fill comments

Remarks

This command is intended for broker interface and will be ignored for trader logins. New fill reports will be added to the Fills list. If operation is failed, fill could be added with cancelled (Active = false) or just not be added at all.

See Also

OECClient Class | OEC.API Namespace | Fill | Order