Skip to content

Commit

Permalink
[Feature] Add support for ZRX. (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudobyte authored and dougdellolio committed Oct 12, 2018
1 parent e45b8fe commit 7103429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CoinbasePro/Shared/Types/Currency.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public enum Currency
LTC,
ETH,
BCH,
ETC
ETC,
ZRX
}
}
8 changes: 7 additions & 1 deletion CoinbasePro/Shared/Types/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ public enum ProductType
[EnumMember(Value = "ETC-BTC")]
EtcBtc,
[EnumMember(Value = "ETC-GBP")]
EtcGbp
EtcGbp,
[EnumMember(Value = "ZRX-USD")]
ZrxUsd,
[EnumMember(Value = "ZRX-EUR")]
ZrxEur,
[EnumMember(Value = "ZRX-BTC")]
ZrxBtc
}
}

0 comments on commit 7103429

Please sign in to comment.