Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove dated AC #2339

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>)
cdummett marked this conversation as resolved.
Show resolved Hide resolved


## 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
Loading