public method Account.getUsedMargin

Brief

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

Declaration

protojavascriptjavacsharp
public getUsedMargin() : real

Returns

The method returns a real value that represents the amount of funds used to maintain all open positions on the account

Details

Declared in Account

back