CurrencyRate Property

The current exchange rate.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal Rate { get; }

Property Value

Decimal

Return Value

Decimal

Remarks

Rates are stored as the number of dollars that 1 foreign currency gets, e.g. GBP = 1.7 meaning 1 pound gets 1.7 dollars.

See Also