OCO
One-cancels-other: two linked orders, often a target and a stop. When one fills, the other is canceled in the same transition.
Execution
Manual, algorithmic and autonomous strategies use the same deterministic order primitives, the same pre-trade controls and the same execution evidence. Fill quality is designed into the kernel rather than negotiated at the edge.

One order language for traders, algorithms and agents.
No participant receives a private order type or a faster path through risk. A one-click limit order, a VWAP schedule and an order proposed by a Cortex agent resolve to the same primitives and leave the same signed record.
Inside ApexMatch
Every order passes six stages within one atomic state transition. The ApexMatch technology page is the canonical deep dive into each component, its failure controls and its specifications.
A signed order moves through six stages: ingress at a regional gateway, fair sequencing into a canonical position, the Aegis pre-risk gate, price-time matching on the order book, clearing (which nets each fill into position, balance, fee and funding updates) and finality under a QSE quorum certificate. A trace of signed evidence runs beneath the path, and four properties are noted alongside it: deterministic, atomic, observable and composable.
The order language
Core types are enforced natively by the kernel. Advanced, algorithmic and institutional types compose those primitives, so every order inherits the same risk checks and evidence. Availability varies by market.
Core
Advanced
Algorithmic
Institutional
Advanced orders
Advanced orders rest in the protocol rather than in a client application, so they keep working when your connection does not.
One-cancels-other: two linked orders, often a target and a stop. When one fills, the other is canceled in the same transition.
An entry order with a take-profit and a protective stop attached, both activated the moment the entry fills.
A stop that follows a favorable move at a set distance and holds its level when the market turns.
A large order displayed in smaller slices. Each slice refills from the undisplayed balance and joins the back of the queue.
A resting order that adds no visible depth, matched under published priority rules for undisplayed liquidity.
An order whose limit price is tied to a reference — best bid, best offer or midpoint — and reprices as the reference moves.
Algorithmic orders
Each algorithm runs as a schedule of native child orders under the parent order’s limits. Algorithms can reduce market impact but cannot remove it, and results vary with liquidity and market conditions.
Institutional workflows
Institutional workflows are available through FIX and native APIs, with drop copy and transaction-cost analysis. See institutions.
End-to-end performance
Matching speed means little if risk checks, execution or settlement lag behind it. The 1,000,000 TPS full-capacity architecture and the sub-second finality class are properties of all six stages together.
Six connected stages: Ingress through regional gateways, Order in ApexMatch, Risk in Aegis checks, Execute on VectorLanes, Finalize under a QSE quorum and Index as streaming state. An order is shown passing through each stage in turn, illustrating that end-to-end performance depends on every stage rather than on matching alone.
The markets and order types available to you depend on jurisdiction and eligibility. Institutions connect through FIX and native APIs.