
TradAir Market Data Connector
Data Connector based on TradAir FIX protocol.
Features
tradairConnector Key✓
Level 1
✓
Level 2
✗
Level 3
✗
Trades
✗
Funding Rates
Configuration
Data Connector Parameters
| Parameter | Default Value | Description |
|---|---|---|
| Host | N/A | TradAir FIX Server Host. |
| Port | N/A | TradAir FIX Server Port. |
| BeginString | FIX.4.4 | BeginString of TradAir FIX Session. |
| SenderCompID | N/A | SenderCompID of TradAir FIX Session. |
| TargetCompID | N/A | TargetCompID of TradAir FIX Session. |
| User Name | N/A | User Name of TradAir FIX Session. |
| User Password | N/A | User Password of TradAir FIX Session. |
| Exchange Name | TRADAIR | Exchange name for this session. It will be used if symbol name doesn't contain it. |
| Output Book Size | 20 | Size 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>
