Skip to main content

TradAir Market Data Connector

Data Connector based on TradAir FIX protocol.

Features

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

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
HostN/ATradAir FIX Server Host.
PortN/ATradAir FIX Server Port.
BeginStringFIX.4.4BeginString of TradAir FIX Session.
SenderCompIDN/ASenderCompID of TradAir FIX Session.
TargetCompIDN/ATargetCompID of TradAir FIX Session.
User NameN/AUser Name of TradAir FIX Session.
User PasswordN/AUser Password of TradAir FIX Session.
Exchange NameTRADAIRExchange name for this session. It will be used if symbol name doesn't contain it.
Output Book Size20Size of the output book (max 20).

Symbology

TradAir market data service supports next naming notation:

CRYPTO/PAIR

Sample symbols:

Examples
BTC/USD
ETH/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.commons.fix" level="TRACE">
<appender-ref ref="safeAppender"/>
</logger>