Account.Value Property

Gets the value of portfolio account.
public double Value {get;}
This language is not supported or no code example is available.
public:  
property double Value { 
double get( ); 
}
This language is not supported or no code example is available.
public function get Value() : double;
This language is not supported or no code example is available.

Property Value

double

The value of portfolio account.

Remarks
 
The value of portfolio account is the sum of values of open account positions converted to the base currency of this account. Currency conversion is done with CurrencyConverter.

In this article

Definition