Used to submit a FIX Recovery Service request for all order and fill activity during a specific period of time or only missed messages from the beginning of the session (last session reset time).
From FIX client to TT FIX
Click the links below to navigate to the documentation for that tag.
Tag # | Field Name | Req’d | Data type | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Y |
35=U2 (MsgType) For additional information about this component group, consult the full documentation. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
916 | StartDate | Y | UTCTimestamp |
Start time of the range for the recovery request
Note The StartDate (916) and EndDate (917) tags should not be used if the request will include CustomMode (18002). If these tags are sent in addition to CustomMode (18002), no recovered messages will be sent and the FIX Drop Copy client will be logged out. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
917 | EndDate | Y | UTCTimestamp |
End time of the range for the recovery request Note The value cannot identify a future time. NoteThe StartDate (916) and EndDate (917) tags should not be used if the request will include CustomMode (18002). If these tags are sent in addition to CustomMode (18002), no recovered messages will be sent and the FIX Drop Copy client will be logged out. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
18002 | CustomMode | N | Boolean |
If set to true (for example: y, t, 1), a reconciliation query will be performed. FIX will search all messages from the beginning of the session (last session reset time) up to the most recent message sent and will send only those messages not previously sent. Note This tag should not be used for a Recovery Service request if the request will also include the StartDate (916) and EndDate (917) tags. If this tag is sent in addition to the StartDate (916) and EndDate (917) tags, no recovered messages will be sent and the FIX Drop Copy client will be logged out. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
207 | SecurityExchange | N | Exchange |
Name of the market where the instrument trades. TT FIX uses this value to identify the exchange that offers the security. When the optional tag 207 specifies a native exchange, only order and fill activity for that native market will be recovered. TT Synthetic activity will not be included in the results. Possible values include:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OR | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
100 | ExDestination | N | Exchange |
Name of the sub-market where the instrument trades. When the optional tag 100 is specified, only order and fill activity for that native market will be recovered. TT Synthetic activity will not be included in the results. Execution destination for the order as defined by the institution Some traders use this tag in place of Tag 207 (SecurityExchange) to identify the exchange. ISO 10383 defines a comprehensive list of MIC codes. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Y | For additional information about this component group, consult the full documentation. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Recovery Request (U2) message is used to request all order acknowledgements and fills that occurred during a specific time range for either a single market or for all markets. FIX Drop Copy clients typically use this message to download missing data after some technical issue has caused the FIX client to miss significant gaps.
Note This message can be sent only for a FIX Recovery session. Also, when logging in to the session, the Logon (A) message must set tag 34 (MsgSeqNum) to 1 and omit tag 43 (PossDupFlag).
You can request data for a single market by specifying either tag 207 (SecurityExchange) or tag 100 (ExDestination). When specifying a specific market using either of these tags, both the native exchange orders and TT synthetic activity will be included in the recovery.
You can request data for all accessible markets by omitting both tags. In repsonse to this request, TT FIX sends a series of Execution Report (8) and Order Cancel Reject (9) messages.