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

feat: update FOK MO reduce-only #1647

Merged
merged 1 commit into from
Mar 30, 2023
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/0068-MATC-matching_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A [Fill or KILL (FOK)](./0014-ORDT-order_types.md#time-in-force--validity) order
- Incoming [LIMIT: POST-ONLY TRUE](./0014-ORDT-order_types.md#order-pricing-methods) orders will be rejected by the wallet as they are not valid. (<a name="0068-MATC-039" href="#0068-MATC-039">0068-MATC-039</a>)
- For Reduce-Only = TRUE orders:
- Incoming [MARKET](./0014-ORDT-order_types.md#order-pricing-methods) orders which reduce the trader's absolute position will be matched against the opposite side of the book (<a name="0068-MATC-047" href="#0068-MATC-047">0068-MATC-047</a>)
- If not enough volume is available to **fully** fill the order, the remaining will be cancelled (<a name="0068-MATC-048" href="#0068-MATC-048">0068-MATC-048</a>)
- If not enough volume is available to **fully** fill the order, the order will be cancelled(<a name="0068-MATC-048" href="#0068-MATC-048">0068-MATC-048</a>)
- Incoming [MARKET](./0014-ORDT-order_types.md#order-pricing-methods) orders which increase the trader's absolute position will be stopped (<a name="0068-MATC-049" href="#0068-MATC-049">0068-MATC-049</a>)
- Incoming [LIMIT](./0014-ORDT-order_types.md#order-pricing-methods) orders which reduce the trader's absolute position will be matched against the opposite side of the book (<a name="0068-MATC-050" href="#0068-MATC-050">0068-MATC-050</a>)
- Incoming [LIMIT](./0014-ORDT-order_types.md#order-pricing-methods) orders which increase the trader's absolute position will be stopped (<a name="0068-MATC-051" href="#0068-MATC-051">0068-MATC-051</a>)
Expand Down