360X
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
  1. FIX
  • Connectivity
  • Authentication
  • Order Entity
  • Instruments
  • RFQ
  • Miscellaneous
  • Exchange FIX Dictionary Downloads
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
API ReferenceRESTWebsocketsFIX
SupportStatusWebsite
  1. FIX

Instruments

SecurityListRequest (35=x)#

You can get a list of all available instruments using the security list request message.
You have to send the security list request message with unique ID. This ID will be returned with available instruments.
TagNameRequiredDescription
320SecurityReqIDYUnique ID for this Security List Request message.
559SecurityListRequestTypeYType of Security List Request being made. For now only supported value for this is SecurityListRequestType_ALL_SECURITIES i.e. 4. This sends all available instruments.

SecurityList (35=y)#

In response to a security list request message, a Security List message is sent back with the following format.
TagNameRequiredDescription
320SecurityReqIDNID received in Security List Request message.
146NoRelatedSymNSpecifies the number of instruments in message
Each entry in the related symbol group is an Instrument with the following details.
TagNameRequiredDescription
55SymbolNHuman readable name of the instrument.
48SecurityIDNISIN of the instrument.
22SecurityIDSourceNRequired if SecurityID is specified. For Instruments list, it will always be SecurityIDSource_EXCHANGE_SYMBOL
541MaturityDateNSpecifies date of maturity

MarketDataRequest (35=V)#

A Market Data Request is a general request for market data on specific instruments. This sends market depth for requested instruments.
This message requires the following details.
TagNameRequiredDescription
262MDReqIDYMust be unique associated with this Market Data Request.
263SubscriptionRequestTypeYSubscriptionRequestType indicates to the other party what type of response is expected. A snapshot request only asks for current information. A subscribe request asks for updates as the status changes. Unsubscribe will cancel any future update messages from the counter party.
Currently only supported value is SubscriptionRequestType_SNAPSHOT.
264MarketDepthYDepth of market for Instruments. Possible values are
0 = full book depth
1 = top of book
2 and above = book depth (number of levels)
265MDUpdateTypeYRequired if SubscriptionRequestType = Snapshot + Updates (1). For now, the supported value is MDUpdateType_FULL_REFRESH (0).
267Component Block - MDReqEntryTypeGroupYFields required for this group ate mentioned below.
146Component Block - InstrumentsMDReqGrpYThis group lists instruments for which you need market depth. Fields required for this group ate mentioned below.
MDReqEntryTypeGroup Should have the following fields.
TagNameRequiredDescription
269MDEntryTypeYType of market data entry. Valid values are
0 = Bid
1 = Ask / Offer
InstrumentsMDReqGrp should have the following fields.
TagNameRequiredDescription
55SymbolNHuman readable name of the instrument.
48SecurityIDNISIN of the instrument.
22SecurityIDSourceNRequired if SecurityID is specified. For Instruments list, it will always be SecurityIDSource_EXCHANGE_SYMBOL

MarketDataSnapshotFullRefresh (35=W)#

The Market Data messages are used as the response to a Market Data Request message.
TagNameRequiredDescription
262MDReqIDNID received in Market Data Request message.
48SecurityIDYISIN of the instrument.
22SecurityIDSourceYRequired if SecurityID is specified. For Instruments list, it will always be SecurityIDSource_EXCHANGE_SYMBOL
268MarketDataEntriesGroupYFields required for this group ate mentioned below.
MarketDataEntriesGroup
TagNameRequiredDescription
269MDEntryTypeYMust be the first field in this repeating group. Valid values are
0 = Bid
1 = Ask / Offer
270MDEntryPxNPrice of the offer
271MDEntrySizeNQuantity Of the offer
272MDEntryDateNDate on which market data entry was created
273MDEntryTimeNTime on which market data entry was created
37OrderIDNId of offer
Modified at 2025-06-11 09:34:54
Previous
Order Entity
Next
RFQ