TradingSessionListRequest
From FIXwiki
FIX Message TradingSessionListRequest (MsgType=BI)
| MsgType | FIX Specification | First introduced | Deprecated |
|---|---|---|---|
| MsgType=BI | PreTrade messages - MarketStructureReferenceData | FIX.4.4 |
The Trading Session List Request is used to request a list of trading sessions available in a market place and the state of those trading sessions. The request can be modified to request status on a particular trading session (by specifying the TradingSessionID (tag 336) and TradingSessionSubID (tag 625) (if used by the market place). The request can be used to request a list of trading sessions that use a particular trading method or mode (such as electronic) by specifying the TradSesMethod (tag 338) and/or TradSesMode( tag 339).
A successful request will result in a response from the counterparty of a Trading Session List (MsgType=BJ) message that contains a list of zero or more trading sessions.
It is recommended that the TradSesReqID be used to provide a unique identifier for the request. This value should be returned by the counterparty in the Trading Session List messages sent in response to the request.
The Trading Session List Request follows the standard request model in providing the SubscriptionRequestType (tag 263) field which can be used to obtain a snapshot of trading session information, subscribe for a snapshot with subsequent updates, or to unsubscribe from a previous subscription request.
Message Contents By FIX Version
Notes
Please post comments, clarifications, examples here. Click on the edit button on the right and away you go!
Don't forget to refer to the FPL Discussion Groups to back up anything you write. You will often find the authoritative statements on matters of FIX specification interpretation there. Links from FIXwiki pages to relevant discussions on the FPL site are very valuable.
For example if you were writing a clarification on how to specify the "quantity" of an order in FIX, you might add the following relevant link, http://www.fixprotocol.org/discuss/read/f5014573, to back up your points.