OEC Application Programming Interface

Account.DetailedPositions Property

Detailed account/contract Position items.

public DetailedPositionList DetailedPositions {get;}

Remarks

In this collection, a list of atomic positions opened and closed during the trading session is available per each contract. The position list can hold multiple closed positions, open position (if any) is the last item in the list.
Detailed positions contains bought/sold information and profit/loss information - realized for closed positions, theoretical per open ones.

See Also

Account Class | OEC.API Namespace | Position