mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-19 12:00:15 +08:00
BLD: tested all public APIs with CCXT
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user