DictionariesCurrency Method

Stator | API Documentation
Returns a dictionary of available currencies

Format = IDictionary of currency.
Key = enumeration of currency EnumerationsCurrency
Value = Tuple of currency display name (Item1) and currency ISO code (Item2)
i.e. Australian Dollar, AUD

Namespace:  Stator.libPublic.ReferenceData
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public static IDictionary<EnumerationsCurrency, Tuple<string, string>> Currency()

Return Value

Type: IDictionaryEnumerationsCurrency, TupleString, String
Format = IDictionary of currency.
Key = enumeration of currency EnumerationsCurrency
Value = Tuple of currency display name (Item1) and currency ISO code (Item2)
i.e. Australian Dollar, AUD
Remarks

How do I find out the currency code?
You can find currency codes in Stator > Global Options > Currencies
Stator follows the standards as set out in ISO 4217. A quick search online for ISO 4217 will usually yield
currency lists from which you can find currency codes

See Also

Reference