Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Add missing currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarovsa committed Apr 4, 2020
1 parent cb38217 commit 29e74bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Insight.Tinkoff.InvestSdk/Dto/Portfolio/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ public enum Currency
[EnumMember(Value = "RUB")] Rub,
[EnumMember(Value = "USD")] Usd,
[EnumMember(Value = "EUR")] Eur,
[EnumMember(Value = "GBP")] Gbp,
[EnumMember(Value = "HKD")] Hkd,
[EnumMember(Value = "CHF")] Chf,
[EnumMember(Value = "JPY")] Jpy,
[EnumMember(Value = "CNY")] Cny,
[EnumMember(Value = "TRY")] Try
}
}

0 comments on commit 29e74bc

Please sign in to comment.