Skip to content

Commit

Permalink
add missing order statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
samtin0x committed Aug 19, 2024
1 parent 755bed5 commit aa63dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class OrderStatus:
FILLED = "FILLED"
BEST_EFFORT_CANCELED = "BEST_EFFORT_CANCELED"
CANCELED = "CANCELED"
UNTRIGGERED = "UNTRIGGERED"
PENDING = "PENDING"


class TickerType:
Expand Down

0 comments on commit aa63dcc

Please sign in to comment.