public method IO2GAccountRow.getUsedMargin

Brief

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

Declaration
C++
virtual double  getUsedMargin () = 0

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 IO2GAccountRow

back