Skip to content

Commit

Permalink
Merge pull request #2339 from vegaprotocol/stop-order-AC
Browse files Browse the repository at this point in the history
chore: remove dated AC
  • Loading branch information
Jiajia-Cui authored Aug 13, 2024
2 parents 96928e2 + 0cc103d commit fcb5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/0014-ORDT-order_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. (<a name="0014-ORDT-072" href="#0014-ORDT-072">0014-ORDT-072</a>). For spot products (<a name="0014-ORDT-155" href="#0014-ORDT-155">0014-ORDT-155</a>)
- All stop orders for a specific party for a specific market can be cancelled by a single stop order cancellation. (<a name="0014-ORDT-073" href="#0014-ORDT-073">0014-ORDT-073</a>). For spot products (<a name="0014-ORDT-156" href="#0014-ORDT-156">0014-ORDT-156</a>)
- 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 (<a name="0014-ORDT-138" href="#0014-ORDT-138">0014-ORDT-138</a>)
- 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. (<a name="0014-ORDT-137" href="#0014-ORDT-137">0014-ORDT-137</a>)


## Stop Orders - Negative Cases
Expand All @@ -402,7 +403,6 @@ In Spot market, for multiple iceberg orders submitted as a batch of orders with
- GFA Stop orders submitted are rejected. (<a name="0014-ORDT-077" href="#0014-ORDT-077">0014-ORDT-077</a>). For spot products (<a name="0014-ORDT-160" href="#0014-ORDT-160">0014-ORDT-160</a>)
- Stop orders once triggered can not be cancelled. (<a name="0014-ORDT-078" href="#0014-ORDT-078">0014-ORDT-078</a>). For spot products (<a name="0014-ORDT-161" href="#0014-ORDT-161">0014-ORDT-161</a>)
- If a stop order is placed with a position_fraction equal to 0 the order should be rejected. (<a name="0014-ORDT-139" href="#0014-ORDT-139">0014-ORDT-139</a>)
- 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 (<a name="0014-ORDT-137" href="#0014-ORDT-137">0014-ORDT-137</a>)

## Stop Orders - Snapshots

Expand Down

0 comments on commit fcb5f05

Please sign in to comment.