Skip to content

Commit

Permalink
Readme - add Currency class table description
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1er authored and bukson committed Jan 12, 2023
1 parent 2615a7e commit d8af947
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ market methods
Some games are predefined in `GameOptions` class, such as `GameOptions.DOTA2`, `GameOptions.CS` and `GameOptions.TF2,
but `GameOptions` object can be constructed with custom parameters.

Currencies are defined in Currency class, currently `Currency.USD`, `Currency.GBP`, `Currency.EURO`, `Currency.CHF`
Currencies are defined in Currency class, [currently](https://github.com/bukson/steampy#currencies)

Default currency is USD

Expand Down Expand Up @@ -503,6 +503,59 @@ buy_order_id = "some_buy_order_id"
response = steam_client.market.cancel_buy_order(buy_order_id)
```

Currencies
----------

| Currency class | Description |
| --- | --- |
| Currency.USD | United States Dollar |
| Currency.GBP | United Kingdom Pound |
| Currency.EURO | European Union Euro |
| Currency.CHF | Swiss Francs |
| Currency.RUB | Russian Rouble |
| Currency.PLN | Polish Złoty |
| Currency.BRL | Brazilian Reals |
| Currency.JPY | Japanese Yen |
| Currency.NOK | Norwegian Krone |
| Currency.IDR | Indonesian Rupiah |
| Currency.MYR | Malaysian Ringgit |
| Currency.PHP | Philippine Peso |
| Currency.SGD | Singapore Dollar |
| Currency.THB | Thai Baht |
| Currency.VND | Vietnamese Dong |
| Currency.KRW | South Korean Won |
| Currency.TRY | Turkish Lira |
| Currency.UAH | Ukrainian Hryvnia |
| Currency.MXN | Mexican Peso |
| Currency.CAD | Canadian Dollars |
| Currency.AUD | Australian Dollars |
| Currency.NZD | New Zealand Dollar |
| Currency.CNY | Chinese Renminbi (yuan) |
| Currency.INR | Indian Rupee |
| Currency.CLP | Chilean Peso |
| Currency.PEN | Peruvian Sol |
| Currency.COP | Colombian Peso |
| Currency.ZAR | South African Rand |
| Currency.HKD | Hong Kong Dollar |
| Currency.TWD | New Taiwan Dollar |
| Currency.SAR | Saudi Riyal |
| Currency.AED | United Arab Emirates Dirham |
| Currency.SEK | Swedish Krona |
| Currency.ARS | Argentine Peso |
| Currency.ILS | Israeli New Shekel |
| Currency.BYN | Belarusian Ruble |
| Currency.KZT | Kazakhstani Tenge |
| Currency.KWD | Kuwaiti Dinar |
| Currency.QAR | Qatari Riyal |
| Currency.CRC | Costa Rican Colón |
| Currency.UYU | Uruguayan Peso |
| Currency.BGN | Bulgarian Lev |
| Currency.HRK | Croatian Kuna |
| Currency.CZK | Czech Koruna |
| Currency.DKK | Danish Krone |
| Currency.HUF | Hungarian Forint |
| Currency.RON | Romanian Leu |

guard module functions
======================

Expand Down

0 comments on commit d8af947

Please sign in to comment.