Dex
Order Book
Central Limit Order Book (CLOB) implementation
Order Types
| Type | Description |
|---|---|
| Limit | Execute at specified price or better |
| Market | Execute immediately at best available price |
| Stop | Trigger limit/market order at stop price |
| Stop-Limit | Trigger limit order at stop price |
Time in Force
| TIF | Description |
|---|---|
| GTC | Good Till Cancel |
| IOC | Immediate or Cancel |
| FOK | Fill or Kill |
| GTD | Good Till Date |