Skip to main content

Order Types

AEX supports several order types to suit different trading strategies.

Limit Order

A limit order specifies the maximum price you are willing to pay (buy) or the minimum price you are willing to accept (sell).

  • Buy limit: Matches at the specified price or lower
  • Sell limit: Matches at the specified price or higher
  • Unmatched quantity rests in the order book until filled, cancelled, or expired

Market Order

A market order executes immediately at the best available price.

  • Matches against resting limit orders in the book
  • If insufficient liquidity, the unfilled portion is cancelled (does not rest)
  • Use with caution in thin markets — you may receive a worse price than expected

Time in Force

The Time in Force (TIF) setting controls how long your order remains active:

TIFNameBehaviour
DayDay OrderActive until the end of the current trading session
GTCGood Till CancelledActive until you cancel it or the contract expires
IOCImmediate or CancelMatches as much as possible immediately; cancels any unfilled quantity
FOKFill or KillMust be filled entirely or not at all — no partial fills

Choosing the right order type

ScenarioRecommended
You want a specific price and can waitLimit + GTC
You want to trade now at any priceMarket
You want a specific price, today onlyLimit + Day
You need immediate execution, no leftoversLimit + IOC
All or nothing — full quantity or walk awayLimit + FOK