mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
Refactoring to optimize multiple exchanges
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user