Added
Adds advanced_instructions for Direct Market Access (DMA) orders
13 days ago
Broker API
Adds a new advanced_instructions object to the create-order and replace-order request bodies for Direct Market Access (DMA) routing.
- New
AdvancedInstructionsschema withalgorithm(enum:DMA),destination, anddisplay_qty. - Supported
destinationvalues areIEXandMEMX. - DMA orders are only available to partners/correspondents enabled for DMA.
- Request-only: the order response schema is unchanged.
Affected Endpoints
POST /v1/trading/accounts/{account_id}/ordersPATCH /v1/trading/accounts/{account_id}/orders/{order_id}
Trading API
Adds IEX and MEMX to the destination enum of advanced_instructions, extending the existing NYSE/NASDAQ/ARCA set on the create-order and replace-order request bodies.
Affected Endpoints
POST /v2/ordersPATCH /v2/orders/{order_id}