issues
search
toorop
/
go-bittrex
Go binding for the Bittrex crypto-currency exchange API.
MIT License
230
stars
101
forks
source link
Require floats instead of Decimals for BuyLimit / SellLimit / Withdrawal
#48
Closed
payaaam
closed
6 years ago
payaaam
commented
6 years ago
Updated BuyLimit to use
decimal.Decimal
for rate and quantity.
Updated SellLimit to use
decimal.Decimal
for rate and quantity.
Updated Withdraw to use
decimal.Decimal
for withdrawal amount.
decimal.Decimal
for rate and quantity.decimal.Decimal
for rate and quantity.decimal.Decimal
for withdrawal amount.