Refactoring to optimize multiple exchanges

This commit is contained in:
fredfortier
2017-08-28 16:19:03 -04:00
parent b4755111a9
commit 1be39f97a1
7 changed files with 87 additions and 90 deletions
+6
View File
@@ -67,3 +67,9 @@ class InvalidSymbolError(ZiplineError):
'[Market Currency]_[Base Currency]. For example: eth_usd, btc_usd, '
'neo_eth, ubq_btc. Error details: {error}'
).strip()
class InvalidOrderType(ZiplineError):
msg = (
'Order type not found.'
).strip()