WebCab Options and Futures Web Services for .NET v3.1

DailyReporting.ExcessMargin Method 

Calculates the excess margin within a trading account.

public double ExcessMargin(
   double marginRequired,
   double totalEquity
);

Parameters

marginRequired
The margin required to support the present positions.
totalEquity
The total amount of equity within the account.

Return Value

The excess margin within the trading account.

See Also

DailyReporting Class | Futures Namespace