Added

Adds advanced_instructions for Direct Market Access (DMA) orders

Broker API

Adds a new advanced_instructions object to the create-order and replace-order request bodies for Direct Market Access (DMA) routing.

  • New AdvancedInstructions schema with algorithm (enum: DMA), destination, and display_qty.
  • Supported destination values are IEX and MEMX.
  • 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}/orders
  • PATCH /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/orders
  • PATCH /v2/orders/{order_id}