Returns the Market Value Option, calculated for the current position if its instrument is an option.
Read-only property
Visual Basic |
---|
Public Property MVO As Double |
MVO represented as Double if the instrument is an option, 0 otherwise
The value is calculated on the fly, basing on the values of current quotes of the position's instrument and prices/quantities of position's open trades.
Note: If the instrument is not subscribed, this property returns invalid value.
See the usage of MVO property in the AccountChanged event's example section.