From aa63dccf120538b8701898696eddc41b3a504612 Mon Sep 17 00:00:00 2001 From: samtin0x <40127309+samtin0x@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:52:25 +0100 Subject: [PATCH] add missing order statuses --- v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py b/v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py index 70f0900b..f6679e23 100644 --- a/v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py +++ b/v4-client-py-v2/dydx_v4_client/indexer/rest/constants.py @@ -40,6 +40,8 @@ class OrderStatus: FILLED = "FILLED" BEST_EFFORT_CANCELED = "BEST_EFFORT_CANCELED" CANCELED = "CANCELED" + UNTRIGGERED = "UNTRIGGERED" + PENDING = "PENDING" class TickerType: