Skip to main content

Deltix FIX Market Data Connector

Data Connector for Deltix FIX market data protocol.

Features

deltixfixConnector Key
Instrument Types
Custom
Technology
FIX
Feed Mode
Real-Time
Order Book Update Mode
Snapshot
Order Book Type
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.
User NameN/AUser name for the FIX session.
User PasswordN/APassword for the FIX session.
Use SSLfalseEnable to use SSL.
SSL Key StoreN/APath to Java keystore file.
SSL Key Store PasswordN/APassword for Java keystore file.
SSL Key Store TypeJKSType of Java keystore file.
Exchange NameDELTIXExchange name for this session.
Feed TypeL2_INCREMENTALType of Deltix FIX data feed.

Default value is L2_INCREMENTAL.
Retry Unknown SymbolsfalseTry to subscribe to unknown symbols in a timeout.
Output Book Size10Size of the output book. -1 means the full book.
Snapshot Interval11SThis 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 11 seconds.

Set value to zero to disable periodical Level2 snapshots.

Symbology

TBD

Logging

To enable detailed logging, use these lines in the <QSHOME>/config/gflog.xml file:

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