This property specifies the position detailing level of accounts, i.e. the amount of information on trades that user wants to receive.
The default value is pdNoTrades.
Read-write property
Visual Basic |
---|
Public Property PositionDetailing As ePositionDetailing |
The detailing represented as ePositionDetailing
This setting does not control the events, it only controls the provided information. It means that if an account's PositionSubcriptionLevel Property is set to pslNoPositions, user will not get any trade information either.
For details on position detailing see description of ePositionDetailing Enumeration.
See the usage of PositionDetailing property in the AccountChanged event's example section.