Skip to main content

ErisX (Cboe Digital) Market Data Connector

ErisX (Cboe Digital) Data Connector based on FIX protocol.

Features

erisxConnector Key
Instrument Types
FX
Asset Class
Crypto
Technology
FIX
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
AggregatedNon-Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
HostN/AFIX server host.
PortN/AFIX server port.
SenderCompIDN/ASenderCompID of the FIX session.
TargetCompIDN/ATargetCompID of the FIX session.
PasswordN/APassword for the FIX session.
Exchange NameERISXExchange name for this session.
Aggregated BookfalseSelect this option, if you want to get an aggregated book (tag 266 = true).

Please note, that Aggregated Incremental subscription is deprecated.
It's recommended to use a Non-aggregated Incremental subscription instead.
Output Book Size20Size of the output book.
Snapshot Interval10SThis property sets an interval in seconds between periodical Level2 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.

Symbology

Symbol NotationExamples
<CRYPTO/SYMBOL> (upper case)BTC/USD
BCH/USD
LTC/USD
ETH/BTC

Logging

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

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