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

DailyReporting.Exchange Method 

Converts a cash balance into another currency.

public double Exchange(
   double balance,
   double exchangeRate
);

Parameters

balance
The cash balance in the base currency.
exchangeRate
The exchange rate between the two currencies.

Return Value

The cash balance in the new currency.

See Also

DailyReporting Class | Futures Namespace