public property O2GAccountRow.UsedMargin3

Brief

Gets the amount of funds used to maintain all open positions of the account with a three-level margin policy.

Declaration
C#
double  UsedMargin3 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