Skip to main content

EDX Markets (Multicast) Market Data Connector

EDX Markets Data Connector based on EDX Markets Binary Market Data Gateway API.

Features

edxmConnector Key
Instrument Types
FX
Asset Class
Crypto
Technology
Multicast
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
Non-Aggregated
Message Types
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
Channel A Group HostN/AHost/IP address of the Channel A.
Channel A Group PortN/APort of the Channel A.
Channel B Group HostN/AHost/IP address of the Channel B.
Channel B Group PortN/APort of the Channel B.
Local Network InterfaceN/AHost/IP address of the Local Network Interface to bind multicast socket.
TCP Snapshot Server HostN/AHost/IP address of the TCP Snapshot Server.
TCP Snapshot Server PortN/APort of the TCP Snapshot Server.
TokenN/AToken for the TCP Stream Server formatted as 'user:password'.
Exchange NameEDXMExchange name for this session.
Process Normal OrderstrueInclude ordinary institutional orders in the book — the regular liquidity available to all market participants. Set to false to exclude it.
Process Designated Retail OrderstrueInclude orders that retail brokers/intermediaries send to trade against retail-only liquidity (see Process RTL Orders below). Set to false to exclude it.
Process RTL OrderstrueInclude Retail Liquidity Provider (RLP) orders — special retail-only liquidity that market makers post for retail brokers, which cannot be traded against by ordinary institutional orders. Because RLP liquidity sits outside the normal book, including it can make the book look crossed (e.g., its bid price higher than the regular ask); this is expected, not an error. Set to false to exclude RLP liquidity from the book, e.g. if your downstream systems cannot handle a crossed book.
Output Book Size10Size of the output book. Zero means the full book.
Snapshot Interval10SThis property sets an interval in seconds between periodical snapshots which sent to Aggregator.

Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in.

Default value is 10 seconds.

Set value to zero to disable periodical snapshots.

Symbology

Symbol NotationExamples
<BASE_CURRENCY/QUOTE_CURRENCY> (upper case)BTC/USD
ETH/USD
LTC/USD
BCH/USD
PRI/USD
CTB/USD
HTE/USD
CTL/USD
HCB/USD

Logging

To enable dump of RAW FIX messages, use these lines in the <QSHOME>/config/gflog.xml file:

<logger name="deltix.qsrv.hf.plugins.data.edxm" level="TRACE">
<appender-ref ref="safeAppender"/>
</logger>