Show / Hide Table of Contents

Enum PositionAggregationMode

The way that position values for an Account are calculated and aggregated.

Namespace: FFT.Oanda.Accounts
Assembly: FFT.Oanda.dll
Syntax
public enum PositionAggregationMode : int

Fields

Name Description
ABSOLUTE_SUM

The Position value or margin for each side (long and short) of the Position are computed independently and added together.

MAXIMAL_SIDE

The Position value or margin for each side (long and short) of the Position are computed independently. The Position value or margin chosen is the maximal absolute value of the two.

NET_SUM

The units for each side (long and short) of the Position are netted together and the resulting value (long or short) is used to compute the Position value or margin.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX