Poloshing unit tests and finalizing Bittrex implementation

This commit is contained in:
fredfortier
2017-08-30 08:51:31 -04:00
parent c47e88c26f
commit d03ce37f6e
7 changed files with 146 additions and 67 deletions
+7
View File
@@ -99,6 +99,13 @@ class SidHashError(ZiplineError):
).strip()
class BaseCurrencyNotFoundError(ZiplineError):
msg = (
'Algorithm base currency {base_currency} not found in exchange '
'{exchange}.'
).strip()
class MismatchingBaseCurrencies(ZiplineError):
msg = (
'Unable to trade with base currency {base_currency} when the '