Controls the calculation method of accounts/positions trade specific data.
The default value is pmTradesOnly.
Read-write property
Visual Basic |
---|
Public Property PriceMode As ePriceMode |
The price mode represented as ePriceMode
This setting is the same for all accounts and positions.
Can be either Best Ask/Best Bid or the Last Trade.
See ePriceMode Enumeration for details.
See the usage of PriceMode property in the AccountChanged event's example section.