Exchange FIX API
W (Market Data - Snapshot/Full refresh)
doc

W (Market Data - Snapshot/Full refresh)

The FIX message W (Market Data - Snapshot/Full Refresh) provides a complete snapshot of the order book for currency pairs according to the subscription type.

For simplicity, only full order book snapshots are transmitted; X (Market Data - Incremental Refresh) is not used to provide order book updates.

TagNameTypeRequiredDescription
262MDReqIDStringyes, by Revolut FIX GatewayUnique identifier of the subscription provided with the V (Market Data) request.
55SymbolStringyesCurrency pair.
268NoMDEntriesNumInGroupyesNumber of the order book entries.
269MDEntryTypeCharyesType of the entry (bid or ask).

Supported values:
  • 0 - BID
  • 1 - ASK
270MDEntryPxPriceyes, by Revolut FIX GatewayPrice of the order book entry.
271MDEntrySizeQtyyes, by Revolut FIX GatewayQuantity of the order book entry.

For more details, see FIX 4.4 : Market Data - Snapshot/Full Refresh <W> message in the FIX 4.4 documentation.

Was this page helpful?