public property O2GAccountRow.UsedMargin

Brief

Gets the amount of funds used to maintain all open positions of the account.

Declaration
C#
double  UsedMargin get;

Details

The returned value is expressed in the account currency.
If there are no open positions on the account, the method returns 0.0.

Declared in O2GAccountRow

back