mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Fixed a bug in close position flag
This commit is contained in:
@@ -67,7 +67,7 @@ class OrderFlags:
|
|||||||
as flags
|
as flags
|
||||||
"""
|
"""
|
||||||
HIDDEN = 64
|
HIDDEN = 64
|
||||||
CLOSE = 12
|
CLOSE = 512
|
||||||
REDUCE_ONLY = 1024
|
REDUCE_ONLY = 1024
|
||||||
POST_ONLY = 4096
|
POST_ONLY = 4096
|
||||||
OCO = 16384
|
OCO = 16384
|
||||||
|
|||||||
Reference in New Issue
Block a user