IAccountAvgPositions Property

GF API Documentation
Average positions stats per symbol - see IPosition.

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IReadOnlyDictionary<IContract, IPosition> AvgPositions { get; }

Property Value

Type: IReadOnlyDictionaryIContract, IPosition
Remarks

Average positions stats are calculated for current trading session and stored in AvgPositions - one item per contract. IPosition items in the list have previous day position, total contracts bought and sold as well as buy/sell prices, current net position and profit/loss information.
See Also

Reference