Defines the level of position information detailing.
| Member | Value | Description |
|---|---|---|
| pdAllTrades | 2 | Information on both open and matched trades will be provided.
The information will be stored in the OpenTrades and MatchedTrades collections of each position. |
| pdNoTrades | 0 | No trade information will be provided.
This is the default value. |
| pdOpenTrades | 1 | Open trades information will be provided.
The information will be stored in the OpenTrades collection of each position. |
This value can be set from the configuration PositionDetailing property and is one for all positions of all accounts.