Securities Request List (35=x)

Submits a request to get a list of the symbols available to trade on the exchange.

In the FIX (Financial Information eXchange) protocol, the Securities Request List message (MsgType = x) is used to request a list of instruments from the CLOB. This message is typically used in pre-trade workflows to obtain information about available instruments for trading.

The Zero Hash gateway will respond to the request by sending a Security Definition (35=y) message, which contains detailed information about the requested instruments, such as their names, prices, quantities, and other relevant attributes.

Message Fields

TagField NameRequiredNote
StandardHeaderMsgType = x
48SecurityID-Symbol of the instrument being traded.
BTC/USD
ETH/USD
55Symbol-Symbol of the instrument being traded.
BTC/USD
ETH/USD
559SecurityListRequestTypeY0 = Symbol
4 = All Symbols
320SecurityReqIDYUnique request identifier you pass on the request
58Text-
StandardTrailer

Example Message

8   =   FIXT.1.1
9   =   68
35  =   x
34  =   2
49  =   YOURSENDERCOMP
52  =   20220914-10:02:28.627
56  =   ZERO
320 =   YOUREQUESTID
559 =   4
10  =   128


8 = FIXT.1.1 | 9 = 68|35 = x|34 = 2|49 = YOURSENDERCOMP-2|52 = 20220914-10:02:28.627|56 = ZERO|320 = YOUREQUESTID|559 = 4|10 = 128