Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
developers:fixapi.newordersingle [2025/08/13 13:05] – created rob | developers:fixapi.newordersingle [2025/08/13 13:20] (current) – rob | ||
---|---|---|---|
Line 132: | Line 132: | ||
| Standard Trailer | Y | | | | Standard Trailer | Y | | | ||
+ | |||
+ | Sample Messages | ||
+ | |||
+ | Simple Outright Order | ||
+ | |||
+ | < | ||
+ | >> 12/11/2012 2:16:17 PM | ||
+ | |||
+ | [MsgSeqNum] 34 = 52 | ||
+ | [SenderCompID] 49 = T4Example | ||
+ | [TargetCompID] 56 = T4 | ||
+ | [SenderSubID] 50 = TraderName | ||
+ | [SendingTime] 52 = 20121211-20: | ||
+ | [Account] 1 = Account1 | ||
+ | [ClOrdID] 11 = fn-634908321778744001 | ||
+ | [SecurityID] 48 = CME_20121200_ESZ2 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityExchange] 207 = CME_Eq | ||
+ | [Side] 54 = 1 (BUY) | ||
+ | [OrderQty] 38 = 1 | ||
+ | [OrdType] 40 = 2 (LIMIT) | ||
+ | [Price] 44 = 141400 | ||
+ | [TimeInForce] 59 = 0 (DAY) | ||
+ | [SecurityType] 167 = FUT (FUTURE) | ||
+ | [HandlInst] 21 = 1 (AUTOMATED_EXECUTION_ORDER_PRIVATE_NO_BROKER_INTERVENTION) | ||
+ | [TransactTime] 60 = 20121211-20: | ||
+ | [CustomerOrFirm] 204 = 0 (CUSTOMER) | ||
+ | |||
+ | </ | ||
+ | Simple Outright Order - Successful Response | ||
+ | < | ||
+ | << 12/11/2012 2:16:17 PM [fixexecutionreport] 34=218|49=T4|56=T4Example|50=T4FIX|52=20121211-20: | ||
+ | |||
+ | [MsgSeqNum] 34 = 218 | ||
+ | [SenderCompID] 49 = T4 | ||
+ | [TargetCompID] 56 = T4Example | ||
+ | [SenderSubID] 50 = T4FIX | ||
+ | [SendingTime] 52 = 20121211-20: | ||
+ | [TargetLocationID] 143 = US,IL | ||
+ | [Account] 1 = Account1 | ||
+ | [ClOrdID] 11 = fn-634908321778744001 | ||
+ | [ExecID] 17 = 48146.71332401407_ESZ2.6349083219449100006.1.BD1E7093 | ||
+ | [ExecType] 150 = 0 (NEW) | ||
+ | [OrderID] 37 = BD1E7093-EF2C-439D-AEBA-0092A03F17ED | ||
+ | [OrdStatus] 39 = 0 (NEW) | ||
+ | [SecurityID] 48 = CME_20121200_ESZ2 | ||
+ | [Symbol] 55 = ES | ||
+ | [SecurityExchange] 207 = CME_Eq | ||
+ | [MaturityMonthYear] 200 = 201212 | ||
+ | [TimeInForce] 59 = 0 (DAY) | ||
+ | [SecurityDesc] 107 = E-mini S&P 500 Dec12 | ||
+ | [Side] 54 = 1 (BUY) | ||
+ | [SecurityType] 167 = FUT (FUTURE) | ||
+ | [OrderQty] 38 = 1 | ||
+ | [OrdType] 40 = 2 (LIMIT) | ||
+ | [Price] 44 = 141400 | ||
+ | [TransactTime] 60 = 20121211-20: | ||
+ | </ | ||
+ | For a description and samples of other order types, please refer to the T4 FIX API Order Routing sidebar. | ||
+ | |||
+ | [[developers: |