-
Notifications
You must be signed in to change notification settings - Fork 0
/
currencies.cpp
181 lines (180 loc) · 10.5 KB
/
currencies.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
#include "currencies.h"
const String Currencies::AED = "AED"; // "United Arab Emirates Dirham",
const String Currencies::AFN = "AFN"; // "Afghan Afghani",
const String Currencies::ALL = "ALL"; // "Albanian Lek",
const String Currencies::AMD = "AMD"; // "Armenian Dram",
const String Currencies::ANG = "ANG"; // "Netherlands Antillean Guilder",
const String Currencies::AOA = "AOA"; // "Angolan Kwanza",
const String Currencies::ARS = "ARS"; // "Argentine Peso",
const String Currencies::AUD = "AUD"; // "Australian Dollar",
const String Currencies::AWG = "AWG"; // "Aruban Florin",
const String Currencies::AZN = "AZN"; // "Azerbaijani Manat",
const String Currencies::BAM = "BAM"; // "Bosnia-Herzegovina Convertible Mark",
const String Currencies::BBD = "BBD"; // "Barbadian Dollar",
const String Currencies::BDT = "BDT"; // "Bangladeshi Taka",
const String Currencies::BGN = "BGN"; // "Bulgarian Lev",
const String Currencies::BHD = "BHD"; // "Bahraini Dinar",
const String Currencies::BIF = "BIF"; // "Burundian Franc",
const String Currencies::BMD = "BMD"; // "Bermudan Dollar",
const String Currencies::BND = "BND"; // "Brunei Dollar",
const String Currencies::BOB = "BOB"; // "Bolivian Boliviano",
const String Currencies::BRL = "BRL"; // "Brazilian Real",
const String Currencies::BSD = "BSD"; // "Bahamian Dollar",
const String Currencies::BTC = "BTC"; // Bitcoin
const String Currencies::BTN = "BTN"; // "Bhutanese Ngultrum",
const String Currencies::BWP = "BWP"; // "Botswanan Pula",
const String Currencies::BYR = "BYR"; // "Belarusian Ruble",
const String Currencies::BZD = "BZD"; // "Belize Dollar",
const String Currencies::CAD = "CAD"; // "Canadian Dollar",
const String Currencies::CDF = "CDF"; // "Congolese Franc",
const String Currencies::CHF = "CHF"; // "Swiss Franc",
const String Currencies::CLF = "CLF"; // "Chilean Unit of Account (UF)",
const String Currencies::CLP = "CLP"; // "Chilean Peso",
const String Currencies::CNC = "CNC"; // "Chinacoin",
const String Currencies::CNY = "CNY"; // "Chinese Yuan",
const String Currencies::COP = "COP"; // "Colombian Peso",
const String Currencies::CRC = "CRC"; // "Costa Rican Colón",
const String Currencies::CUP = "CUP"; // "Cuban Peso",
const String Currencies::CVE = "CVE"; // "Cape Verdean Escudo",
const String Currencies::CZK = "CZK"; // "Czech Republic Koruna",
const String Currencies::DJF = "DJF"; // "Djiboutian Franc",
const String Currencies::DKK = "DKK"; // "Danish Krone",
const String Currencies::DOP = "DOP"; // "Dominican Peso",
const String Currencies::DVC = "DVC"; // Devcoin,
const String Currencies::XDC = "DOGE"; // Dogecoin,
const String Currencies::DZD = "DZD"; // "Algerian Dinar",
const String Currencies::EEK = "EEK"; // "Estonian Kroon",
const String Currencies::EGP = "EGP"; // "Egyptian Pound",
const String Currencies::ETB = "ETB"; // "Ethiopian Birr",
const String Currencies::EUR = "EUR"; // "Euro",
const String Currencies::FJD = "FJD"; // "Fijian Dollar",
const String Currencies::FKP = "FKP"; // "Falkland Islands Pound",
const String Currencies::FTC = "FTC"; // "Feathercoin",
const String Currencies::GBP = "GBP"; // "British Pound Sterling",
const String Currencies::GEL = "GEL"; // "Georgian Lari",
const String Currencies::GHS = "GHS"; // "Ghanaian Cedi",
const String Currencies::GHs = "GHS"; // "Gigahashes per second",
const String Currencies::GIP = "GIP"; // "Gibraltar Pound",
const String Currencies::GMD = "GMD"; // "Gambian Dalasi",
const String Currencies::GNF = "GNF"; // "Guinean Franc",
const String Currencies::GTQ = "GTQ"; // "Guatemalan Quetzal",
const String Currencies::GYD = "GYD"; // "Guyanaese Dollar",
const String Currencies::HKD = "HKD"; // "Hong Kong Dollar",
const String Currencies::HNL = "HNL"; // "Honduran Lempira",
const String Currencies::HRK = "HRK"; // "Croatian Kuna",
const String Currencies::HTG = "HTG"; // "Haitian Gourde",
const String Currencies::HUF = "HUF"; // "Hungarian Forint",
const String Currencies::IDR = "IDR"; // "Indonesian Rupiah",
const String Currencies::ILS = "ILS"; // "Israeli New Sheqel",
const String Currencies::INR = "INR"; // "Indian Rupee",
const String Currencies::IQD = "IQD"; // "Iraqi Dinar",
const String Currencies::IRR = "IRR"; // "Iranian Rial",
const String Currencies::ISK = "ISK"; // "Icelandic Króna",
const String Currencies::IXC = "IXC"; // iXcoin,
const String Currencies::JEP = "JEP"; // "Jersey Pound",
const String Currencies::JMD = "JMD"; // "Jamaican Dollar",
const String Currencies::JOD = "JOD"; // "Jordanian Dinar",
const String Currencies::JPY = "JPY"; // "Japanese Yen",
const String Currencies::KES = "KES"; // "Kenyan Shilling",
const String Currencies::KGS = "KGS"; // "Kyrgystani Som",
const String Currencies::KHR = "KHR"; // "Cambodian Riel",
const String Currencies::KMF = "KMF"; // "Comorian Franc",
const String Currencies::KPW = "KPW"; // "North Korean Won",
const String Currencies::KRW = "KRW"; // "South Korean Won",
const String Currencies::KWD = "KWD"; // "Kuwaiti Dinar",
const String Currencies::KYD = "KYD"; // "Cayman Islands Dollar",
const String Currencies::KZT = "KZT"; // "Kazakhstani Tenge",
const String Currencies::LAK = "LAK"; // "Laotian Kip",
const String Currencies::LBP = "LBP"; // "Lebanese Pound",
const String Currencies::LKR = "LKR"; // "Sri Lankan Rupee",
const String Currencies::LRD = "LRD"; // "Liberian Dollar",
const String Currencies::LSL = "LSL"; // "Lesotho Loti",
const String Currencies::LTC = "LTC"; // "Litecoin",
const String Currencies::LTL = "LTL"; // "Lithuanian Litas",
const String Currencies::LVL = "LVL"; // "Latvian Lats",
const String Currencies::LYD = "LYD"; // "Libyan Dinar",
const String Currencies::MAD = "MAD"; // "Moroccan Dirham",
const String Currencies::MDL = "MDL"; // "Moldovan Leu",
const String Currencies::MGA = "MGA"; // "Malagasy Ariary",
const String Currencies::MKD = "MKD"; // "Macedonian Denar",
const String Currencies::MMK = "MMK"; // "Myanma Kyat",
const String Currencies::MNT = "MNT"; // "Mongolian Tugrik",
const String Currencies::MOP = "MOP"; // "Macanese Pataca",
const String Currencies::MRO = "MRO"; // "Mauritanian Ouguiya",
const String Currencies::MUR = "MUR"; // "Mauritian Rupee",
const String Currencies::MVR = "MVR"; // "Maldivian Rufiyaa",
const String Currencies::MWK = "MWK"; // "Malawian Kwacha",
const String Currencies::MXN = "MXN"; // "Mexican Peso",
const String Currencies::MYR = "MYR"; // "Malaysian Ringgit",
const String Currencies::MZN = "MZN"; // "Mozambican Metical",
const String Currencies::NAD = "NAD"; // "Namibian Dollar",
const String Currencies::NGN = "NGN"; // "Nigerian Naira",
const String Currencies::NIO = "NIO"; // "Nicaraguan Córdoba",
const String Currencies::NMC = "NMC"; // Namecoin,
const String Currencies::NOK = "NOK"; // "Norwegian Krone",
const String Currencies::NPR = "NPR"; // "Nepalese Rupee",
const String Currencies::NVC = "NVC"; // "Novacoin",
const String Currencies::NZD = "NZD"; // "New Zealand Dollar",
const String Currencies::OMR = "OMR"; // "Omani Rial",
const String Currencies::PAB = "PAB"; // "Panamanian Balboa",
const String Currencies::PEN = "PEN"; // "Peruvian Nuevo Sol",
const String Currencies::PGK = "PGK"; // "Papua New Guinean Kina",
const String Currencies::PHP = "PHP"; // "Philippine Peso",
const String Currencies::PKR = "PKR"; // "Pakistani Rupee",
const String Currencies::PLN = "PLN"; // "Polish Zloty",
const String Currencies::PPC = "PPC"; // "Peercoin",
const String Currencies::PYG = "PYG"; // "Paraguayan Guarani",
const String Currencies::QAR = "QAR"; // "Qatari Rial",
const String Currencies::RON = "RON"; // "Romanian Leu",
const String Currencies::RSD = "RSD"; // "Serbian Dinar",
const String Currencies::RUB = "RUB"; // "Russian Ruble",
const String Currencies::RUR = "RUR"; // "Old Russian Ruble",
const String Currencies::RWF = "RWF"; // "Rwandan Franc",
const String Currencies::SAR = "SAR"; // "Saudi Riyal",
const String Currencies::SBD = "SBD"; // "Solomon Islands Dollar",
const String Currencies::SCR = "SCR"; // "Seychellois Rupee",
const String Currencies::SDG = "SDG"; // "Sudanese Pound",
const String Currencies::SEK = "SEK"; // "Swedish Krona",
const String Currencies::SGD = "SGD"; // "Singapore Dollar",
const String Currencies::SHP = "SHP"; // "Saint Helena Pound",
const String Currencies::SLL = "SLL"; // "Sierra Leonean Leone",
const String Currencies::SOS = "SOS"; // "Somali Shilling",
const String Currencies::SRD = "SRD"; // "Surinamese Dollar",
const String Currencies::STD = "STD"; // "São Tomé and Príncipe Dobra",
const String Currencies::SVC = "SVC"; // "Salvadoran Colón",
const String Currencies::SYP = "SYP"; // "Syrian Pound",
const String Currencies::SZL = "SZL"; // "Swazi Lilangeni",
const String Currencies::THB = "THB"; // "Thai Baht",
const String Currencies::TJS = "TJS"; // "Tajikistani Somoni",
const String Currencies::TMT = "TMT"; // "Turkmenistani Manat",
const String Currencies::TND = "TND"; // "Tunisian Dinar",
const String Currencies::TOP = "TOP"; // "Tongan Paʻanga",
const String Currencies::TRC = "TRC"; // "Terracoin",
const String Currencies::TRY = "TRY"; // "Turkish Lira",
const String Currencies::TTD = "TTD"; // "Trinidad and Tobago Dollar",
const String Currencies::TWD = "TWD"; // "New Taiwan Dollar",
const String Currencies::TZS = "TZS"; // "Tanzanian Shilling",
const String Currencies::UAH = "UAH"; // "Ukrainian Hryvnia",
const String Currencies::UGX = "UGX"; // "Ugandan Shilling",
const String Currencies::USD = "USD"; // "United States Dollar",
const String Currencies::UYU = "UYU"; // "Uruguayan Peso",
const String Currencies::UZS = "UZS"; // "Uzbekistan Som",
const String Currencies::VEF = "VEF"; // "Venezuelan Bolívar",
const String Currencies::VEN = "VEN"; // Hub Culture's Ven,
const String Currencies::VND = "VND"; // "Vietnamese Dong",
const String Currencies::VUV = "VUV"; // "Vanuatu Vatu",
const String Currencies::WDC = "WDC"; // "WorldCoin",
const String Currencies::WST = "WST"; // "Samoan Tala",
const String Currencies::XAF = "XAF"; // "CFA Franc BEAC",
const String Currencies::XBT = "XBT"; // Bitcoin,
const String Currencies::XCD = "XCD"; // "East Caribbean Dollar",
const String Currencies::XDR = "XDR"; // "Special Drawing Rights",
const String Currencies::XOF = "XOF"; // "CFA Franc BCEAO",
const String Currencies::XPF = "XPF"; // "CFP Franc",
const String Currencies::XPM = "XPM"; // "Primecoin",
const String Currencies::XRP = "XRP"; // Ripple
const String Currencies::XVN = "XVN"; // Hub Culture's Ven,
const String Currencies::YER = "YER"; // "Yemeni Rial",
const String Currencies::ZAR = "ZAR"; // "South African Rand",
const String Currencies::ZMK = "ZMK"; // "Zambian Kwacha",
const String Currencies::ZWL = "ZWL"; // "Zimbabwean Dollar