Order Types
Comparison
All order types: availability, implementation, and native flag status
Order Type Comparison
| Order Type | Available | Notes |
|---|---|---|
| Limit | Yes (native) | Core order type |
| Market | Yes (simulated) | Aggressive limit + FOK |
| Fill or Kill (FOK) | Yes (native flag) | fill_or_kill = true |
| Immediate or Cancel (IOC) | Yes (via expiration) | Short expiration timestamp |
| Good Til Cancel (GTC) | Yes (default) | Max expiration timestamp |
| Good Til Date (GTD) | Yes (via expiration) | Custom future timestamp |
| Take Profit (on fill) | Yes (native) | on_fill hook, supports chaining |
| Stop Loss | No | External bot required |
| Stop Market | No | No native trigger/conditional orders |
| Stop Limit | No | No native trigger/conditional orders |
| Post Only (ALO) | No | Not supported |
| Scale | No | Manual or bot-assisted only |
| TWAP | No | No native time-sliced execution |