Skip to content

Commit a9a79a0

Browse files
authored
Merge pull request #216 from nerax1s/darkk/fix-boros-docs
Fix boros tif docs
2 parents e82afc8 + 5db9943 commit a9a79a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/boros-dev-docs/Backend/1. glossary.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Quick reference for key terms used in the Boros API. For portfolio concepts (lev
4444
| Value | Name | Description |
4545
|-------|------|-------------|
4646
| `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 |
47+
| `1` | `IMMEDIATE_OR_CANCEL` | Fill what's possible, cancel the rest |
48+
| `2` | `FILL_OR_KILL` | Must fill completely immediately or cancel |
4949
| `3` | `POST_ONLY` | Only add liquidity, reject if would take |
5050
| `4` | `POST_ONLY_SLIDE` | Post-only with price adjustment |
5151

0 commit comments

Comments
 (0)