Skip to content

Commit

Permalink
Merge pull request #3 from jonathanlking/patch-1
Browse files Browse the repository at this point in the history
Add new markets to MarketName data type
  • Loading branch information
dmjio committed Dec 30, 2017
2 parents 0b06330 + c98353b commit fc1949e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bittrex/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ data MarketName
| ETH_ADA
| BTC_ENG
| ETH_ENG
| USDT_ADA
| USDT_XVG
| USDT_NXT
| BTC_UKG
| ETH_UKG
deriving (Show, Eq, Generic, Read)

instance FromJSON MarketName where
Expand Down

0 comments on commit fc1949e

Please sign in to comment.