CQG API 4.0 - Revised
MVO Property
See Also  Send Feedback
CQGPosition Interface : MVO Property

Glossary Item Box

Description

Returns the Market Value Option, calculated for the current position if its instrument is an option.

Property type

Read-only property

Syntax

Visual Basic
Public Property MVO As Double

Return Type

MVO represented as Double if the instrument is an option, 0 otherwise

Remarks

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.

Example

See the usage of MVO property in the AccountChanged event's example section.

See Also