Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| developers:fixapi:newordersingle [2025/09/12 01:34] – ↷ Page moved and renamed from developers:fixapi.newordersingle to developers:fixapi:newordersingle chad | developers:fixapi:newordersingle [2026/05/13 18:43] (current) – chad | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| | | **Message Header** | | Y | MsgType = D | | | | **Message Header** | | Y | MsgType = D | | ||
| | 1 | Account | String | Y | Account code for order submission | | | 1 | Account | String | Y | Account code for order submission | | ||
| - | | 11 | ClOrdID | String | Y | Unique client order ID (12-20 chars) | | + | | 11 | ClOrdID | String | Y | Unique client order ID (12-60 chars) | |
| | 48 | SecurityID | String | Y | T4 Market ID | | | 48 | SecurityID | String | Y | T4 Market ID | | ||
| - | | 55 | Symbol | String | Y | T4 Contract ID | | + | | 55 | Symbol | String | C | T4 Contract ID | |
| - | | 207 | SecurityExchange | String | Y | T4 Exchange ID | | + | | 207 | SecurityExchange | String | C | T4 Exchange ID | |
| | 167 | SecurityType | String | Y | FUT, OPT, STK, SYN, BIN | | | 167 | SecurityType | String | Y | FUT, OPT, STK, SYN, BIN | | ||
| | 201 | PutOrCall | Int | C | Options only. 0=Put, 1=Call | | | 201 | PutOrCall | Int | C | Options only. 0=Put, 1=Call | | ||
| | 202 | StrikePrice | Float | C | Options only. Strike price | | | 202 | StrikePrice | Float | C | Options only. Strike price | | ||
| | 54 | Side | Char | Y | 0=None, 1=Buy, 2=Sell | | | 54 | Side | Char | Y | 0=None, 1=Buy, 2=Sell | | ||
| - | | 38 | OrderQty | Int | Y | Total contracts (0 for Flatten) | | + | | 38 | OrderQty | Float | Y | Total contracts (0 for Flatten) | |
| | 40 | OrdType | Char | Y | See Order Types table | | | 40 | OrdType | Char | Y | See Order Types table | | ||
| | 44 | Price | Float | C | Required for Limit, Stop Limit, MIT | | | 44 | Price | Float | C | Required for Limit, Stop Limit, MIT | | ||
| Line 46: | Line 46: | ||
| | 200 | MaturityMonthYear | String | O | Format: YYYYMM | | | 200 | MaturityMonthYear | String | O | Format: YYYYMM | | ||
| | 204 | CustomerOrFirm | Int | O | 0=Customer, 1=Firm | | | 204 | CustomerOrFirm | Int | O | 0=Customer, 1=Firm | | ||
| + | | 2362 | SelfMatchPreventionID | Boolean | O | SMPID override | | ||
| + | | 8000 | SelfMatchPreventionInstruction| Boolean | O | SMP instruction override | | ||
| + | | 5392 | SenderID | Char | O | Operator ID override | | ||
| + | | 9537 | Location | Boolean | O | Location override | | ||
| | 58 | Text | String | O | Free form text | | | 58 | Text | String | O | Free form text | | ||
| | 107 | SecurityDesc | String | O | Security description | | | 107 | SecurityDesc | String | O | Security description | | ||