Skip to content

Commit

Permalink
added TIME_IN_FORCE_GTD
Browse files Browse the repository at this point in the history
  • Loading branch information
m-HD committed Nov 16, 2024
1 parent 000164b commit ebc1e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binance/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
TIME_IN_FORCE_IOC = "IOC" # Immediate or cancel
TIME_IN_FORCE_FOK = "FOK" # Fill or kill
TIME_IN_FORCE_GTX = "GTX" # Post only order
TIME_IN_FORCE_GTD = "GTD" # Good till date

ORDER_RESP_TYPE_ACK = "ACK"
ORDER_RESP_TYPE_RESULT = "RESULT"
Expand Down

0 comments on commit ebc1e11

Please sign in to comment.