Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| developers:fixapi:activationonpriceorder [2025/09/12 01:48] – removed - external edit (Unknown date) 127.0.0.1 | developers:fixapi:activationonpriceorder [2025/09/12 01:48] (current) – ↷ Page moved and renamed from developers:fixapi.activationonpriceorder to developers:fixapi:activationonpriceorder chad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== On Price Activation Order ===== | ||
| + | |||
| + | **On Price Activation Orders** will be held (i.e. suspended) in the **T4 FIX API** server until the market trades at or below, or at or above, the activation price (as entered with the **Activation Value** - Tag 10103). | ||
| + | At this activation point, the order is released to the exchange. | ||
| + | |||
| + | An Activation Order is entered with the **New Order Single** (Tag 35=D) message. | ||
| + | Following are the most relevant tags to build an On Price Activation Order: | ||
| + | |||
| + | ^ Tag ^ Field ^ Description ^ | ||
| + | | 10102=3 (or 10102=2) | Activation Type | Specifier of Activation Order: At-Or-Below-TradePrice (3) or At-Or-Above-TradePrice (2) | | ||
| + | | 10103 | Activation Value | Set to the Activation price (in ticks) | | ||
| + | | 48 | SecurityID | Market for which the order is sent | | ||
| + | | 55 | Symbol | Contract for which the order is sent | | ||
| + | | 207 | SecurityExchange | Exchange for which the order is sent | | ||
| + | | 167 | SecurityType | Security Type (e.g. Futures) of this specific market | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **Activation Value Format** (**Tag 10103**): | ||
| + | `Ticks; | ||
| + | |||
| + | * **Ticks** – Required. Price in ticks that triggers the order. | ||
| + | * **Activation Cancel Time** – Optional. Time to cancel the order if not yet activated. | ||
| + | - Can be a date/time in format `dd MMM yyyy HH:mm:ss` or seconds from now. | ||
| + | * **Cancel Time** – Optional. Time to cancel the order after activation. | ||
| + | - Same formats as above. | ||
| + | * **Volume** – Optional. Minimum last trade total volume at the activation price before activation. | ||
| + | - If the market trades through the activation price, the order will activate regardless of volume. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **Examples of ActivationValue: | ||
| + | |||
| + | * `12867` – Activates when price trades at 12867 ticks if the market allows order submission. | ||
| + | * `12867;100` – Activates at 12867 ticks; cancels after 100 seconds if not yet activated. | ||
| + | * `12867; | ||
| + | * `12867;; | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **Sample** | ||
| + | |||
| + | In this example, the activation order is submitted, accepted by the **T4 FIX API**, and awaits activation until the market trades at the input price (**ActivationValue** - Tag 10103) of **149250**. | ||
| + | When a trade occurs at **149250**, the order is activated and submitted to the exchange as a **Buy** (Tag 54=1) **Limit Order** (Tag 40=2) at the price of **149200** (Tag 44). | ||
| + | |||
| + | Activation Order - On Price | ||
| + | < | ||
| + | >> 2/22/2013 6:06:57 PM | ||
| + | [FIXNEWORDER] | ||
| + | [MsgSeqNum] 34 = 123 | ||
| + | [SenderCompID] 49 = T4Example | ||
| + | [TargetCompID] 56 = T4 | ||
| + | [SenderSubID] 50 = TraderName | ||
| + | [SendingTime] 52 = 20130223-00: | ||
| + | [Account] 1 = Account1 | ||
| + | [ClOrdID] 11 = fn-634971532174672718 | ||
| + | [SecurityID] 48 = CME_20130300_ESH3 | ||
| + | [Symbol] 55 = ES | ||
| + | [SecurityExchange] 207 = CME_Eq | ||
| + | [Side] 54 = 1 (BUY) | ||
| + | [OrderQty] 38 = 1 | ||
| + | [OrdType] 40 = 2 (LIMIT) | ||
| + | [Price] 44 = 149200 | ||
| + | [TimeInForce] 59 = 0 (DAY) | ||
| + | [SecurityType] 167 = FUT (FUTURE) | ||
| + | [HandlInst] 21 = 1 (AUTOMATED_EXECUTION_ORDER_PRIVATE_NO_BROKER_INTERVENTION) | ||
| + | [TransactTime] 60 = 20130223-00: | ||
| + | [CustomerOrFirm] 204 = 0 (CUSTOMER) | ||
| + | [ActivationType] 10102 = 3 (AT_OR_BELOW_TRADEPRICE) | ||
| + | [ActivationValue] 10103 = 149250 | ||
| + | </ | ||
| + | Activation Order - Response Awaiting Activation | ||
| + | < | ||
| + | << 2/22/2013 6:06:57 PM [fixexecutionreport] 34=193|49=T4|56=T4Example|50=T4FIX|52=20130223-00: | ||
| + | [FIXEXECUTIONREPORT] | ||
| + | [MsgSeqNum] 34 = 193 | ||
| + | [SenderCompID] 49 = T4 | ||
| + | [TargetCompID] 56 = T4Example | ||
| + | [SenderSubID] 50 = T4FIX | ||
| + | [SendingTime] 52 = 20130223-00: | ||
| + | [TargetLocationID] 143 = US,IL | ||
| + | [Account] 1 = Account1 | ||
| + | [ClOrdID] 11 = fn-634971532174672718 | ||
| + | [ExecID] 17 = 0.634971532189550000.2.4.FB5A187A | ||
| + | [ExecType] 150 = 9 (SUSPENDED) | ||
| + | [OrderID] 37 = FB5A187A-35A1-40A8-8389-5655979CA6C2 | ||
| + | [OrdStatus] 39 = 9 (SUSPENDED) | ||
| + | [SecurityID] 48 = CME_20130300_ESH3 | ||
| + | [Symbol] 55 = ES | ||
| + | [SecurityExchange] 207 = CME_Eq | ||
| + | [MaturityMonthYear] 200 = 201303 | ||
| + | [TimeInForce] 59 = 0 (DAY) | ||
| + | [SecurityDesc] 107 = E-mini S&P 500 Mar13 | ||
| + | [Side] 54 = 1 (BUY) | ||
| + | [SecurityType] 167 = FUT (FUTURE) | ||
| + | [OrderQty] 38 = 1 | ||
| + | [OrdType] 40 = 2 (LIMIT) | ||
| + | [Price] 44 = 149200 | ||
| + | [Text] 58 = Activation Pending: SubmissionRiskSuccess. Order Held | ||
| + | [TransactTime] 60 = 20130223-00: | ||
| + | [HandlInst] 21 = 1 (AUTOMATED_EXECUTION_ORDER_PRIVATE_NO_BROKER_INTERVENTION) | ||
| + | [CustomerOrFirm] 204 = 0 (CUSTOMER) | ||
| + | [ActivationType] 10102 = 3 (AT_OR_BELOW_TRADEPRICE) | ||
| + | [ActivationValue] 10103 = 149250 | ||
| + | </ | ||
| + | Further details on the tags used for this order type are described in the dictionary of the New Order Single message. | ||
| + | |||
| + | [[developers: | ||