BLD: tested all public APIs with CCXT

This commit is contained in:
fredfortier
2017-11-30 17:08:13 -05:00
parent fc2c44a6b7
commit 5660247da2
6 changed files with 156 additions and 44 deletions
+4
View File
@@ -240,3 +240,7 @@ class NoDataAvailableOnExchange(ZiplineError):
'Requested data for trading pair {symbol} is not available on exchange {exchange} '
'in `{data_frequency}` frequency at this time. '
'Check `http://enigma.co/catalyst/status` for market coverage.').strip()
class NoValueForField(ZiplineError):
msg = ('Value not found for field: {field}.').strip()