Fixed a bug in close position flag

This commit is contained in:
nkasimova
2021-07-09 13:21:05 +03:00
parent 7a04ecb64d
commit f899feb1ca

View File

@@ -67,7 +67,7 @@ class OrderFlags:
as flags
"""
HIDDEN = 64
CLOSE = 12
CLOSE = 512
REDUCE_ONLY = 1024
POST_ONLY = 4096
OCO = 16384