mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
WIP: Poloniex exchange - placing orders, executing transactions
This commit is contained in:
@@ -101,6 +101,12 @@ class OrphanOrderError(ZiplineError):
|
||||
).strip()
|
||||
|
||||
|
||||
class OrphanOrderReverseError(ZiplineError):
|
||||
msg = (
|
||||
'Order {order_id} tracked by algorithm, but not found in exchange {exchange}.'
|
||||
).strip()
|
||||
|
||||
|
||||
class OrderCancelError(ZiplineError):
|
||||
msg = (
|
||||
'Unable to cancel order {order_id} on exchange {exchange} {error}.'
|
||||
|
||||
Reference in New Issue
Block a user