remove price change cancel reason in contants, will be added in another PR

This commit is contained in:
axel 2021-08-03 16:35:16 -04:00
parent 00939b63f2
commit 42e24d8b4b
1 changed files with 0 additions and 2 deletions

View File

@ -433,8 +433,6 @@ SCHEMA_MINIMAL_REQUIRED = [
CANCEL_REASON = {
"TIMEOUT": "cancelled due to timeout",
"ENTRYPRICECHANGED": "Custom entry price changed",
"EXITPRICECHANGED": "Custom exit price changed",
"PARTIALLY_FILLED_KEEP_OPEN": "partially filled - keeping order open",
"PARTIALLY_FILLED": "partially filled",
"FULLY_CANCELLED": "fully cancelled",