CurrencyListGetCurrency Method

Return the specified currency object, creating it if needed. Thread safe.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public Currency GetCurrency(
	string psCurrency
)

Parameters

psCurrency  String
The currency to get, e.g. GBP

Return Value

Currency
Object representing the specified currency

Remarks

If the currency specified doesn't already exist then a new currency object is created with a default 1:1 exchange rate.

See Also