Ордер «Все або нічого» (AON)

Торговий ордер, який має бути виконаний повністю або не виконаний зовсім, що запобігає частковому заповненню.

Ордер «Все або нічого» (All-or-None, AON) — це умовне розпорядження брокеру або біржі, яке вимагає виконання всієї кількості активу в одній транзакції. Якщо повний обсяг не може бути заповнений одночасно, ордер залишається невиконаним. На відміну від ордерів Fill-or-Kill (FOK), AON не обов'язково має бути виконаний негайно і може залишатися активним до виконання або скасування.

        graph LR
  Center["Ордер «Все або нічого» (AON)"]:::main
  Rel_atomic_delivery["atomic-delivery"]:::related -.-> Center
  click Rel_atomic_delivery "/terms/atomic-delivery"
  Rel_pub_sub_messaging["pub-sub-messaging"]:::related -.-> Center
  click Rel_pub_sub_messaging "/terms/pub-sub-messaging"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Простими словами

Уявіть, що ви хочете купити цілу коробку з 12 пончиками. Ви кажете продавцю: «Я куплю тільки якщо є всі 12. Мені не потрібно 2 або 5». Це і є ордер «все або нічого».

🤓 Expert Deep Dive

From a market microstructure perspective, AON orders impact the order book by being 'hidden' or resting as private instructions depending on the exchange's matching engine rules. While they protect against fragmented fills and 'dust' positions, they significantly increase the probability of non-execution (execution risk). Sophisticated execution algorithms often simulate AON behavior using 'Fill-or-Kill' or 'Immediate-or-Cancel' bursts to minimize market impact while seeking deep liquidity.

📚 Джерела