Enum CurrencyType
Specifies the type of currency. Used to distinguish between base and DCC currencies.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum CurrencyType : int
Fields
| Name | Description |
|---|---|
| Dcc | Currency used for DCC conversion |
| Foreign | Foreign currency |
| Local | Local currency depending on location |
| Unknown | Invalid/unknown constant value. |