We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e82afc8 + 5db9943 commit a9a79a0Copy full SHA for a9a79a0
1 file changed
docs/boros-dev-docs/Backend/1. glossary.mdx
@@ -44,8 +44,8 @@ Quick reference for key terms used in the Boros API. For portfolio concepts (lev
44
| Value | Name | Description |
45
|-------|------|-------------|
46
| `0` | `GOOD_TIL_CANCELLED` | Remains active until filled or cancelled |
47
-| `1` | `FILL_OR_KILL` | Must fill completely immediately or cancel |
48
-| `2` | `IMMEDIATE_OR_CANCEL` | Fill what's possible, cancel the rest |
+| `1` | `IMMEDIATE_OR_CANCEL` | Fill what's possible, cancel the rest |
+| `2` | `FILL_OR_KILL` | Must fill completely immediately or cancel |
49
| `3` | `POST_ONLY` | Only add liquidity, reject if would take |
50
| `4` | `POST_ONLY_SLIDE` | Post-only with price adjustment |
51
0 commit comments