Skip to content

Commit

Permalink
[Feature] Add new USDC currency and product type (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdellolio authored Oct 26, 2018
1 parent 76d2d96 commit 1ac7732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CoinbasePro/Shared/Types/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum Currency
ETH,
BCH,
ETC,
ZRX
ZRX,
USDC
}
}
4 changes: 4 additions & 0 deletions CoinbasePro/Shared/Types/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public enum ProductType
BtcEur,
[EnumMember(Value = "BTC-GBP")]
BtcGbp,
[EnumMember(Value = "BTC-USDC")]
BtcUsdc,
[EnumMember(Value = "ETH-USD")]
EthUsd,
[EnumMember(Value = "ETH-EUR")]
Expand All @@ -18,6 +20,8 @@ public enum ProductType
EthBtc,
[EnumMember(Value = "ETH-GBP")]
EthGbp,
[EnumMember(Value = "ETH-USDC")]
EthUsdc,
[EnumMember(Value = "LTC-USD")]
LtcUsd,
[EnumMember(Value = "LTC-EUR")]
Expand Down

0 comments on commit 1ac7732

Please sign in to comment.