remove price change cancel reason in contants, will be added in another PR
This commit is contained in:
parent
00939b63f2
commit
42e24d8b4b
@ -433,8 +433,6 @@ SCHEMA_MINIMAL_REQUIRED = [
|
|||||||
|
|
||||||
CANCEL_REASON = {
|
CANCEL_REASON = {
|
||||||
"TIMEOUT": "cancelled due to timeout",
|
"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_KEEP_OPEN": "partially filled - keeping order open",
|
||||||
"PARTIALLY_FILLED": "partially filled",
|
"PARTIALLY_FILLED": "partially filled",
|
||||||
"FULLY_CANCELLED": "fully cancelled",
|
"FULLY_CANCELLED": "fully cancelled",
|
||||||
|
Loading…
Reference in New Issue
Block a user