WebCab Options and Futures for COM 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 | WebCab.COM.Finance.Futures Namespace