Skip to main content

Overview

The New Order Single message (MsgType = "D") creates new equity or single-leg option orders through the FIX Gateway.

Field Layout

Examples

Equity Market Order — Buy 100 shares of AAPL at market

Equity Limit Order — Buy 50 shares of MSFT at $420.00 limit, GTC

Single-Leg Option Order — Buy 5 AAPL March 2026 230Callcontractsat230 Call contracts at 4.50 limit

Option Field Notes

When SecurityType=OPT: Tag 201 (PutOrCall)0=Put, 1=Call (FIX convention differs from REST API); Tag 200 (MaturityMonthYear) — Format YYYYMM (e.g., 202603 for March 2026); Tag 205 (MaturityDay) — Day of expiration (e.g., 20); Tag 202 (StrikePrice) — Decimal strike price.

REST Equivalent

  • Equity orders: POST /api/external/create with SymbolType=1
  • Option orders: POST /api/external/create with SymbolType=2 and OptionOrderLegs.* parameters