From 08a919390f62ea66b9ed48818545d6694c880fa2 Mon Sep 17 00:00:00 2001 From: Elias Van Ootegem Date: Tue, 13 Aug 2024 13:47:12 +0100 Subject: [PATCH 1/2] chore: remove dated AC Signed-off-by: Elias Van Ootegem --- protocol/0014-ORDT-order_types.md | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/0014-ORDT-order_types.md b/protocol/0014-ORDT-order_types.md index 4f814320a..7abe7c5d9 100644 --- a/protocol/0014-ORDT-order_types.md +++ b/protocol/0014-ORDT-order_types.md @@ -402,7 +402,6 @@ In Spot market, for multiple iceberg orders submitted as a batch of orders with - GFA Stop orders submitted are rejected. (0014-ORDT-077). For spot products (0014-ORDT-160) - Stop orders once triggered can not be cancelled. (0014-ORDT-078). For spot products (0014-ORDT-161) - If a stop order is placed with a position_fraction equal to 0 the order should be rejected. (0014-ORDT-139) -- A party with a long position cannot enter a buy stop order, and a party with a short position cannot enter a sell stop order (0014-ORDT-137) ## Stop Orders - Snapshots From 0cc103d932677d062ee6da83a8e24e978a816391 Mon Sep 17 00:00:00 2001 From: Elias Van Ootegem Date: Tue, 13 Aug 2024 13:51:38 +0100 Subject: [PATCH 2/2] chore: move old AC to positive side, reword, so it can be referenced in tests Signed-off-by: Elias Van Ootegem --- protocol/0014-ORDT-order_types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/0014-ORDT-order_types.md b/protocol/0014-ORDT-order_types.md index 7abe7c5d9..687871866 100644 --- a/protocol/0014-ORDT-order_types.md +++ b/protocol/0014-ORDT-order_types.md @@ -392,6 +392,7 @@ In Spot market, for multiple iceberg orders submitted as a batch of orders with - All stop orders for a specific party can be cancelled by a single stop order cancellation. (0014-ORDT-072). For spot products (0014-ORDT-155) - All stop orders for a specific party for a specific market can be cancelled by a single stop order cancellation. (0014-ORDT-073). For spot products (0014-ORDT-156) - If a stop order is placed with a position_fraction equal to 0.5 and the position size is 5 then the rounding should be equal to 3 (0014-ORDT-138) +- A party with a long position can enter a buy stop order, and a party with a short position can enter a sell stop order increasing their position. (0014-ORDT-137) ## Stop Orders - Negative Cases